资源列表
ECC
- ECC椭圆曲线加密算法源代码,用C编写。
DES_fhaha
- 自己编的一个DES加密解密算法代码,运行结果给了比较详细的提示-developed a DES encryption and decryption algorithm code, the operating results for a more detailed tips
RSA
- 实现RSA公钥加密算法与解密算法 实现RSA公钥加密算法与解密算法-The realization of RSA public key encryption algorithm and decryption algorithm RSA public key encryption algorithm and decryption algorithm
aesCPP
- aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen和Rijmen共同设计的Rijndael算法.该算法充分运用了扩散和混淆技术并使用128/192/256这3种可变长度的密钥,对128bit分组数据进行加密.-Aes source code encryption algorithm AES is a symmetric encryption to the Advanced Encryption Standard algorithm. Belgians J.J.
des2
- 笔者在此提供自编的DES算法的实现源码,读者可以直接使用接口函数实现加密解密操作,有兴趣自己动手实现的读者也可以把作为一份参考.
MD2.txt
- 本程序是用C/C++实现数据的DM2加密和解密-This procedure is used C/C++ Data encryption and decryption of DM2
MD5
- MD5算法类,可用于计算字符串、文件等的MD5值,直接调用,方便简洁-The MD5 algorithm class can be used to calculate a string, file MD5 value, direct calls, convenient and simple
safer+
- SAFER+ cryptographic algorithm.
md5src
- 这个是编译通过的MD5算法,使用的语言是C++,非常好用。-MD5 C++ source code
vigen
- 这是维吉尼亚密码算法的实现,密钥空间不同于其它的,是52个字母(大、小写),因此算法也不一眼-This is Virginia password algorithm, the key space is different from the other, is 52 letters (uppercase and lowercase), so the algorithm is not a
求MD5值算法
- 实现md5值加密算法.可以对帐户密码进行加密,对文件进行求md5值运算
DES
- DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
