资源列表
[加密解密] passworkKiler
说明:用于加解密的源码,无密码设置,解压后可使用。-The source code for encryption and decryption without a password set up, after decompression can be used.<塔塔米尔> 在 2025-01-28 上传 | 大小:122kb | 下载:0
[加密解密] gudianmima
说明: 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mo<徐凯波> 在 2025-01-28 上传 | 大小:4kb | 下载:1
[加密解密] Huffman
说明:Huffman 编码 对文件的读入然后根据内容进行编码然后译码-Huffman coding on the document and then read the contents of decoding and then encoding<jiang zhenhua> 在 2025-01-28 上传 | 大小:595kb | 下载:0
[加密解密] BlowFish
说明:blowfish加密算法的编码类,用VC6开发,使用时 先要用BlowfishKeyInit()对blowfish所使用的key初始化。-blowfish encryption algorithm of the coding categories, using VC6 development, first by using BlowfishKeyInit () on the key used by blowfish initiali<gongyiling> 在 2025-01-28 上传 | 大小:8kb | 下载:0
[加密解密] MD5
说明:MD5加密的算法,可以对文件和buffer加密, -MD5 encryption algorithm, can be encrypted on the file and buffer,<gongyiling> 在 2025-01-28 上传 | 大小:2kb | 下载:0