搜索资源列表
shs2
- SECURE HASH STANDARD (SHS)使用160-bit SHA 散列算法,主要用于数字签名 DSA
FileVerifier
- FileVerifier++是一款Windows功能软件,它用于计算文件的hash值(算法包括:CRC32,MD5,SHA-1,SHA-256/224/384/512,WHIRLPOOL,以及RIPEMD-128/160/256/320)。支持的hash文件格式包括MD5SUM .MD5, SFV, BSD CKSUM, 以及其他格式。-FileVerifier++ Software is a Windows feature, it used to calculate the hash valu
SHA-1_C
- sha-1 哈希函数的c++算法的实现,这是我以前参与的论文,请参考。-sha-1 hash function of the c++ algorithm, which is involved in my previous paper, please refer to.
MD5
- MD5用的是哈希函数,在计算机网络中应用较多的不可逆加密算法有RSA公司发明的MD5算法和由美国国家技术标准研究所建议的安全散列算法SHA。-MD5 hash function is used in the application of computer networks more irreversible encryption algorithm invented by RSA, MD5 algorithm and by the National Institute of Standards
HMAC
- 任何的mac算法都可以使用标准的hash功能,比如MD5或者sha-1,这种情况下,强度取决于hash功能,和最后的结果的比特串。密匙是关键。-HMAC is a message authentication code (MAC) and can be used to verify the integrity and authentication of a message. It involves hashing a message with a secret key. As with any
blake_vhdl_v2.tar
- the black hash algorithm which has competed in the sha-3 and it is one of the most powerful hash algorithm-the black hash algorithm which has competed in the sha-3 and it is one of the most powerful hash algorithm,,
SHA
- 现代密码学课设——SHA(安全哈希算法Secure Hash Algorithm)算法编程-failed to translate
SHA-1
- C#编写的SHA1杂凑算法,编译成dll文件,可给其他程序引用-SHA1 Hash
hash_md5_sha
- 文件内容hash算法sha,对文件进行hash计算,支持md5,sha-Contents of the file hash algorithm sha, the file hash calculation md5, sha
sha
- 简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法 简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法-Simply use C language sha1 cipher algorithm, this algorithm hash algorithm, the algorithm is simple way sha1 use C language implementation of cryptographic algorithms, this algorithm
SHA_1___SH199962682006
- SHA 1 / SHA-1 / SHA1 Secure Hash Algorithm Fast!
sha384
- SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。这是SHA384的算法原理,C语言实现-SHA (Secure Hash Algorithm) is a series of cryptographic hash functions issued by the National Institute of Standa
StringHash
- GUI to hash a string and return the result of many different hash functions. DSA, DSA-SHA, MD4, MD5, SHA, SHA1, SHA224, SHA256, SHA384, SHA512, whirlpool, RIPEMD160, adler32, crc32.
sha1
- SHA1Init(Context); SHA1Update(Context,@s[1],length(s)); SHA1Final(Context,Digest);(A binary compatible SHA1 implementation written by Dave Barton (davebarton@bigfoot.com) 160bit hash size)
安全Hash算法SHA-1的实现
- Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
gps_handle
- 解析GPS 串口数据 是一个通用的解析程序。。。。。。。。。(The DS28E01-100 combines 1024 bits of EEPROM with challenge-and-response authentication security implemented with the ISO/IEC 10118-3 Secure Hash Algorithm (SHA-1).)
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %