doulai7239 2015-09-14 02:31
浏览 62
已采纳

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

According to this website: http://crypo.in.ua/tools/eng_chinzo-72c.php it encodes plaintext into a Chinese character cipher.

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?

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."

  • 写回答

1条回答 默认 最新

  • duangou6446 2015-09-14 02:40
    关注

    So this is just a simple substitution cipher:

    a = 法
    b = 弗
    c = 朗
    d = 斯
    e = 伐
    ...
    A = 呢
    ...
    + = 题 防 命
     (just a 1 character space) = 题 防 呒
    (End of Line) = 吴
    ...
    0 = 呒
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#MATLAB#的问题,如何解决?(相关搜索:信噪比,系统容量)
  • ¥500 52810做蓝牙接受端
  • ¥15 基于PLC的三轴机械手程序
  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作