搜索资源列表
fileJiami
- 最简单的文件加密技术,即采用文件逐字节与密码异或方式对. 对一个文件进行加密,解密的时候只需要再执行一次加密过程即可。-most simple file encryption technology, which adopts a case-by-byte file with the password or different ways right. To encrypt a document, declassified only when further implementation of
阿郊 Hill 密码的加密与解密
- pascal的一个可行的HILL密码。可惜不是我写的,是我同学的作品,在此小弟以期望更多的PASCAL的高手上来交流。-a viable HILL password. Unfortunately, I did not write that I students work, the younger brother to expect more of a master of PASCAL onto exchanges.
8-3
- 将加密过的数据进行解密,并将解密数据在屏幕上显示出来,其中显示功能由子程序OUTPUT完成。 数字0-9与加密和解密数据的对应关系如下: 原 数 字:0 1 2 3 4 5 6 7 8 9 密码数字:7 5 9 1 3 6 8 0 2 4 解密数字:7 3 8 4 9 1 5 0 6 2-Will be encrypted to decrypt the data, and decrypt the data displayed on the screen, which displ