资源列表
hw04551
- 实现通用的加密解密方法例如encode、MD5-To achieve a common encryption and decryption methods such as encode, MD5
Playfair
- 本代码实现了playfair加密方法的变种,手动输入一个密钥和一串需要加密的字符串,解密的时候,则输入密钥和已加密的字符串,即加密解密是一个程序。详细请看代码。-This code implements a variant of the playfair encryption method to manually enter a key and a string of encrypted string decryption, enter the key and the encrypted str
jiamiajiemi
- 在VC++6.0环境下,该程序实现了文件的简单加密解密功能。-In VC++6.0 environment, the program implements a simple file encryption and decryption functions.
RC4jiami
- RC4算法的java语言实现,运行环境为J2SE-1.5。不对称加密算法,可以运行,也可以直接调用。-RC4 algorithm java language, operating environment for J2SE-1.5. Asymmetric encryption algorithms that can run, can also be called directly.
modmule_verilog
- 实现乘法后取模运算,已调试好的。可以应用在通信加解密算法中-after realizing multiplication of modular, a good debugger. Can be used in communications encryption algorithm
jiami
- 采用matlab实现的图像加密程序,还算可以的 就是速度有些慢
RSA
- 本科阶段写的小代码,主要实现RSA的密钥创建以及加解密。-Small undergraduate writing code, mainly to create and implement RSA encryption and decryption key
如何对一个已有字符串加密
- 如何对一个已有字符串加密-how to have a string encryption
site119_jiami
- 能够对文本文件进行加密,解密, 由于时间关系,对中文问题还没有 解决,- Can carry on the encryption to the text documents, the decipher, as a result of the time relations, has not solved to Chinese question,
wenjianjimichengxu
- 一个关于文件加密的程序!!!可以自己设定密码的!!!功能还可以吧!!!尽管-A file encryption program on! ! ! Can set their own password! ! ! Feature can also be it! ! ! Although the try! ! !
base64.c.tar
- base64加密 解密 参数格式为: 加密 ./base64 -e <inputfile> <outputfile> 解密 ./base64 -d <inputfile> <outputfile>-./base64-e <inputfile> <outputfile> ./base64-d <inputfile> <outputfile>
decoder
- 自己写的移位密码破解器 又名凯撒密码破解器-Shift the password cracker Caesar password cracker