搜索资源列表
sha 加密算法 C实现
- 包括 sha1 sha-224,sha-256,sha-384,sha-512 c++测试工具
SECURE HASH STANDARD (sha)
- SHA 加密算法标准说明文件, 详细介绍相关的算法
sha源码
- sha源代码-sha source code
sha(1,256,384,512)
- 一个sha 哈希密码支撑算法系列的程序 包括了sha1,sha256,sha384和sha512算法-a password support Hash Algorithm series of procedures including sha1, SHA256, SHA384 and SHA512 Algorithm
SHA算法代码
- 数字签名加密算法的两座大厦先后倒塌—MD5和SHA-1这两种应用最为广泛的数字签名加密算法都被山东大学的王小云教授破解。-encrypted digital signature algorithm has two buildings collapsed- MD5 and SHA-1 that the two most widely used digital signature encryption algorithm has been
SHA-1的密码检验示例
- sha密码检验的示例 希望对大家有 帮助-sha password test examples we hope to help
sha-1
- SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities
SHA-1-C
- C语言实现的SHA-1报文摘要算法,对学习者来说是一个不错的例子-C language of the SHA-1 digest algorithm, the learners is a good example
Hash-SHA
- 密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
SHA
- SHA加密算法是目前广为应用的重要加密方法之一。而SHA-1 生成 160 位的消息摘要,虽然执行更慢,却被认为更安全。明文消息的最大长度可达到 264 位。下面是网络上流传的SHA算法,我们自己调试了一下,已经通过。现把主函数和算法函数贴出来。-SHA encryption algorithm is an important widely used encryption methods. And SHA-1 generates the
sha-1
- 我自己用javascr ipt实现的sha-1散列函数,对要在web客户端要进行单向加密的情况应该很有帮助-I am using javascr ipt to achieve the sha-1 hash function, and in the web client to conduct a one-way encryption of the situation should be very helpful
SHA-1
- SHA-1 Source Code This optimized SHA-1 implementation conforms to FIPS 180-1
sha
- 主流hash函数--sha的源代码,可用于数据签名,是目前应用最广的算法之一-Sha mainstream hash function source code, can be used for data signatures, is the application of the algorithm, one of the most widely
sha
- 使用标准C++开发的SHA-1算法的实现-Using standard C++ Developed SHA-1 algorithm
SHA-1
- SHA-1加密算法源代码.具有完整的加解密过程,性能比较好-SHA-1 encryption algorithm source code. With complete encryption and decryption process, the performance is better
sha
- 支持SHA算法,对文件或者字符串进行散列计算,直接可以应用在程序中,形成文件摘要。-To support the SHA algorithm, on paper or string hash calculation can be applied directly in the proceedings, the formation of a document containing a summary.
SHA-1
- SHA-1算法的C语言实现,计算消息的散列值,用于安全通信-SHA-1 algorithm of the C language implementation, computing the hash value information for secure communications
sha
- sha加密算法实现,经过FPGA验证的!-sha encryption algorithm, after FPGA validation!
SHA-1
- MAC算法SHA—1算法的C语言实现源码-SHA-1 algorithm for the C language source
sha-1
- 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件,形如: hash inputfile hashvaluefile 说明:SHA算法的实现至少为160bit,或者可以选择256,384或者512的,可以查阅相关资料,按照标准来实现(hash的算法是否正确,可以和网上的标准算法对比,用相同的输入看是否能够得到相同的输出)控制台编程: int main(int argc,