资源列表
Vigenre
- 实现Vigenre密码加密算法,没有采用查表的方式来实现,同过采用直接计算的方式来实现,速度快,耗内存小-achieve Vigenre password encryption algorithm, without the use of the look-up table method to achieve. Guo with the direct calculation method to achieve speed and small memory consumption
t2
- RSA加密解密算法的最简单的C实现的源代码。如果你不想看太复杂的RSA算法,可以考虑这个-RSA encryption and decryption algorithms to achieve the most simple C source code. If you do not want to see the RSA algorithm is too complicated, consider this
morse
- 用C++编写的小程序,可将莫尔斯编码转换为英文
kasaer
- 凯撒密码加密程序-Caesar password encryption
up.c
- decrypt a pice of malware that had part xor-ed with a constant
clsMD5
- 一个可以把字符串用MD5加密,并解密的应用类-MDB Concrypt And Decrypt
cipher
- 实现简单的加密解密,用键盘接收明文和密钥,屏幕打印密文和解密后的明文。-Simple encryption and decryption, receiving the plaintext and the key with keyboard, screen printing ciphertext and plaintext decrypted.
rc4
- RC4算法的控制台编程,流密码算法的实践,在控制台下实现对文本的加密解密。-Console programming RC4 algorithm, practice stream cipher algorithm, in the console to achieve decrypt the encrypted text.
DESencryptiondecryption
- 加密/解密是数据传输中保证数据安全性和完整性的常用方法,Java语言因其平台无关性,在Internet上的应用非常之广泛。使用DES算法加密Java源码在一定程度上能保护软件的产权。 -use DES to enrypt and decrypt the files for the protection of your software copyright
yiwei
- 移位密码,非常好用,可直接运行,密码学大作业-Shift cipher, very easy to use, can be directly run, cryptography big job
hill2
- 实现2x2希尔加密,能够指定加密矩阵并输出解密后的信息-it realizes the 2x2 hill encrytion, which can output the decrypted message based on the encryption matrix
EXTRACT
- 从简单加密的文件中释放出原文件中,用于自己的加密验证