搜索资源列表
aaffujhyigdsdfrdh
- Whirlpool算法被列入了ISO标准。主要原因是因为其强大的安全度。第一点,Whirlpool使用了和AES加密标准相同的转化技术,只不过,AES使用的模函数为:f(x) = x^8 + x^4 + x^3 + x + 1, 即0x11B;而Whirlpool使用的是:f(x) = x^8 + x^4 + x^3 + x^2 + 1, 即0x11D。第二点,Whirlpool的输出是512位的。为了加快计算速度,Whirlpool使用的所有表格都已经时间计算好了。Whirlpool在历史上
MD5_zka
- MD5加密算法,用标准C++完成,需要在UNIX系统上执行make来运行.可修改代码.-MD5 encryption algorithm, using standard C completed, in UNIX systems make the implementation run. code can be amended.
DES20070422
- DES算法代码,利用此程序可以学习DES算法的加密,解密过程-DES algorithm code, the use of this procedure can learn DES algorithm encryption, decryption process
MyDES
- 用c语言编写的des加密程序。具体的算法可以参考相关规范,此处给出代码实现。
c2
- 《C语言常用算法》配套代码源程序,绝对经典,欢迎各位下载
E2XBforsnort
- snort的e2xb特征检测代码补丁,e2xb是一种快速的多模式匹配算法