搜索资源列表
keyed-md5
- 该加密算法是采用keyed MD5实现128位散列值,主要应用于MobileIP中的身份认证-The encryption algorithm is used to achieve keyed MD5 hash value of 128, which are mainly used within the Identity Authentication
MD5_1
- MD5算法的实现。MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。 -MD5 algorithm. MD5 to 512 groups to deal with the importation of information and each group was also divided into 16
prog
- 哈希源程序代码,可用作计算任何长度的数据散列值。
ha_winmd5sum10155_wgl
- 又一款哈希算法,对任意长度数据计算其散列值。
MD5demo
- MD消息摘要程序,MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。-MD news summary procedures, MD5 to 512 groups to deal with the importation of information and each group was divided in
MD5demo
- MD消息摘要程序,MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。-MD news summary procedures, MD5 to 512 groups to deal with the importation of information and each group was divided in
keyed-md5
- 该加密算法是采用keyed MD5实现128位散列值,主要应用于MobileIP中的身份认证-The encryption algorithm is used to achieve keyed MD5 hash value of 128, which are mainly used within the Identity Authentication
MD5_1
- MD5算法的实现。MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。 -MD5 algorithm. MD5 to 512 groups to deal with the importation of information and each group was also divided into 16
prog
- 哈希源程序代码,可用作计算任何长度的数据散列值。-err
ha_winmd5sum10155_wgl
- 又一款哈希算法,对任意长度数据计算其散列值。-err
SHA-1
- SHA-1算法的C语言实现,计算消息的散列值,用于安全通信-SHA-1 algorithm of the C language implementation, computing the hash value information for secure communications
test_md5
- 计算任意字符串MD5散列值的程序,已经经过验证可用。-Calculation of arbitrary string MD5 hash value of the procedure, has been available to verify.
md5
- md5加密,产生哈希散列值!程序简单易读,大部分学过c的人保证都能读懂!-md5 encryption, hash value generated hash! Procedures for easy accessibility, most of the study have been c to ensure that people can read!
gongyao
- RSA也可以用来为一个消息署名。假如甲想给乙传递一个署名的消息的话,那么她可以为她的消息计算一个散列值,然后用她的密钥加密这个散列值并将这个“署名”加在消息的后面。这个消息只有用她的公钥才能被解密。乙获得这个消息后可以用甲的公钥解密这个散列值,然后将这个数据与他自己为这个消息计算的散列值相比较。假如两者相符的话,那么他就可以知道发信人持有甲的密钥,以及这个消息在传播路径上没有被篡改过。-RSA can also be used as a
MD5
- md5哈希算法源码,摘要信息、摘要消息的长度256,摘要为16-md5 hash algorithm source code
FileHash
- 这是一份生成指定文件夹所有文件的散列值的代码,对于文件保护有用。-This is a designated folder to generate the hash value of all the files of the code, useful for file protection.
md5
- Hash 函數算法,輸出消息散列值,比MD4稍慢一些,但更位安全-Hash function algorithms, the output message hash value, and some slower than MD4, but more-bit security
AESHash
- 基于AES加密算法的Hash散列生成器,采用CBC模式,能产生一个文件的HMac散列值-Hash-based AES encryption algorithm hash generator, using CBC mode, can produce a hash value of file HMac
sanlie
- 若输入 10个不同的整数,其值介于0和20之间,用散列法将这些数进行存储,散列函数为H(n)=n/2,请设计实现程序并调试。-sanlie
散列函数
- 数据库中的散列法是使用计算值来分配表格数据的方法,它比在整个索引中搜索要好的多。一个哈希散列答应你在数据库表格中存储数据,以便这些行的要害计算的相同值存储在相同的位置。 只有那种数据量超大的数据库才会用到(Hashing in a database is a method of allocating tabular data using computed values, which is much better than search