搜索资源列表
several-hash-functions-in-php
- php中几种哈希函数的对比,包含MD4、MD5、SHA-1、SHA-256、SHA-384以及SHA-512-php several hash functions in contrast, contains of MD4, MD5, SHA-1, SHA-256, SHA-384 and SHA-512
MD4
- The implementation of the hash functions MD4.
Implementation-of-MD4-algorithm
- 用Java语言实现的MD4算法,而不是网上其他的常见的C++方法,密码学编程可能用到-Using MD4 language implementation of the Java algorithm, rather than other online common C++ method
GeneralDigest
- base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.