资源列表
MDshixina
- 哈希函数MD的C语言程序代码-C source code of MD, MD is a famous kind of hash function
3DES
- 使用C语言实现3DES加密算法 实现加密和解密-Using the C language 3DES encryption algorithm to encrypt and decrypt
des
- DES加密的c语言实现,对学习DES算法很有帮助哦-DES
MD5Code
- md5加密算法 一般做注册模块的时候都需要用到的 -md5 encryption algorithm
des
- des对文件进行加密与解密,vc++下编写,编译课以通过-des encryption and decryption of the file, vc++ to prepare, compile the class through
Base64Coding
- 一种Base 64的编码方法-a Base 64 encoding methods
cc
- 简单的字符串加解密函数,做成单元,方便调用-pool English
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 (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉
duichengjiami
- 对称加密的程序,非常不错。这是作业程序哦。是对称加密的哦
gudianmima
- 古典加密算法,非常实用,有需要的可以下载,不需权限-this code is very good
MD5Code
- MD5加密算法,java语言实现.包含算法原理 可直接调用-MD5 encryption algorithm, java language. Contains the algorithm principle can be called directly
sha1
- 安全散列算法(Secure Hash Algorithm)能计算出一个数字消息所对应到的,长度固定的字符串(又称消息摘要)。且若输入的消息不同,它们对应到不同字符串的机率很高;而SHA是FIPS所认证的五种安全散列算法。-sha1 classic C/C++ algorithm Version 1.5- 2005-01-01 - 64-bit compiler compatibility added - Made variable wiping optional (defi
