-
-
-
-
-
-
-
-
encryption.rar
The program takes 3 inputs:
1. A letter of the alphabet that will remain unencoded (e.g. "J")
2. A 5-letter keyword (e.g. "BREAK")
3. A message to be encrypted (e.g. "COMPUTERSCIENCE"). You may assume that it does not contain any spaces or ...
-
-
encryption.rar
一个简单的算法 实现字符按规则加密与解密对应关系:abcdefghijklmnopqrstuvwxyz
qwertyuiopasdfghjklzxcvbnm
例如 abc加密变成qwe
-
DES-encryption-algorithm.rar
DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。
-