简体   繁体   English

CHINZO-72C编码的算法是什么? 进行反向工程还是尝试揭示php的源代码?

[英]What is the algorithm for the CHINZO-72C encoding? Reverse engineer it or try to reveal php's source code?

According to this website: http://crypo.in.ua/tools/eng_chinzo-72c.php it encodes plaintext into a Chinese character cipher. 根据此网站: http : //crypo.in.ua/tools/eng_chinzo-72c.php,它将明文编码为汉字密码。

I couldn't find any information about it's algorithm, is there a way to reverse engineer this encoding or the PHP page's source code? 我找不到有关其算法的任何信息,是否可以对这种编码或PHP页面的源代码进行反向工程?

For example: 例如:

a

encodes to 编码为

法 吴

and

aa

encodes to 编码为

法 法 吴

and

aab

encodes to 编码为

法 法 弗 吴

Hmm actually, I think it's really easy to decode this... But I am not sure why the page says "Can not decrypt the Chinese characters of which was not encrypted by this script." 嗯,实际上,我认为对它进行解码确实很容易...但是我不确定为什么页面会显示“无法解密该脚本未加密的中文字符”。

So this is just a simple substitution cipher: 因此,这只是一个简单的替换密码:

a = 法
b = 弗
c = 朗
d = 斯
e = 伐
...
A = 呢
...
+ = 题 防 命
 (just a 1 character space) = 题 防 呒
(End of Line) = 吴
...
0 = 呒

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM