-
-
hashing__.zip
... numbers. Input will be from a file.
Output: First the program reads all the input and store it properly using some hash techniques.
Once your program reads the complete input,it waits for the user input (prompt to the user).
User now enters some ...
-
-
Elgamal.rar
本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。
-
-
SHAHashalgorithm.zip
SHA Hash algorithm.
This standard specifies four secure hash algorithms, SHA-11, SHA-256, SHA-384, and SHA-
512.
-
-
-
HawkVoiceDI.rar
... a 32 bit message authentication code (MAC) to packets using a shared
password. The MAC is separate from encryption so you can authenticate without
encrypting is you choose. The 32 bit MAC is created by folding the 128 bit MD5
hash down to 32 bits.
-
md5.rar
hash算法中常见的一种,md5算法,在vc++中的源代码
-
md5.rar
文件验证,利用MD5算法做文件的HASH,得到统一结果判断文件内容的一致性
-