Hash表:用C++实现的Hash表及测试
上传时间: 2016-04-24
上传用户:yzy6007
/* * The internal form of a Hash table. * * The table is an array indexed by the Hash of the key collisions * are resolved by hanging a linked list of Hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage
上传时间: 2014-01-07
上传用户:gtf1207
A Set of Simple C++ Hash Templates
上传时间: 2014-01-17
上传用户:siguazgb
md5加密酸法Hash酸法用于生成字符串散列植
上传时间: 2016-05-16
上传用户:从此走出阴霾
一个小型的基于Hash的Key=>Value的数据库,速度很快,目前主要运行在Unix/Linux平台
上传时间: 2014-12-06
上传用户:hoperingcong
加密解密过程中非常著名的Hash算法,搜了好久才找到的
上传时间: 2013-12-21
上传用户:zsjinju
Hash函数集合,包含现行的多种Hash加密函数
上传时间: 2016-05-19
上传用户:ztj182002
This standard describes a keyed-Hash message authentication code (HMAC), a mechanism for message authentication using cryptographic Hash functions. HMAC can be used with any iterative Approved cryptographic Hash function, in combination with a shared secret key. The cryptographic strength of HMAC depends on the properties of the underlying Hash function. The HMAC specification in this standard is a generalization of Internet RFC 2104, HMAC, Keyed-Hashing for Message Authentication, and ANSI X9.71, Keyed Hash Message Authentication Code.
标签: message authentication keyed-Hash describes
上传时间: 2014-01-07
上传用户:凤临西北
这是Hash的实现源码,推荐大家下载!仅供参考,有误请指正!
上传时间: 2013-12-20
上传用户:妄想演绎师
跟rainbow table结合破解windoes登陆密码及各种Hash密码
标签: rainbow windoes table Hash
上传时间: 2014-01-03
上传用户:libinxny