搜索资源列表
SECUREencryptionalgorithms
- 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐 -almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, XOR, Skipjack, TEA, Twofish, wo
RC4
- 用RC4算法实现控制台对所有文件(任意类型的文件)的加解密(注意明文和密文都以文件形式存在)加解密格式如下: cipher –e/-d key inputfile outputfile 说明:对于加密来说,输入文件名就是明文文件,对于解密来说,输入文件名就是密文文件-The algorithm of RC4