文件名称:SHA1
介绍说明--下载内容均来自于网络,请自行研究使用
安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不同的消息不会产生同样的消息摘要,(但会有1x10 ^ 48分之一的机率出现相同的消息摘要,一般使用时忽略)。(Secure hash algorithm (Secure Hash Algorithm) is mainly applicable to digital signature standard (Digital Signature Standard DSS) which is defined by the digital signature algorithm (Digital Signature Algorithm DSA). For messages whose length is less than 2^64 bits, SHA1 generates a 160 bit message digest. When a message is received, the message digest can be used to verify the integrity of the data. In the process of transmission, the data is likely to change, then this will produce a different message digest. SHA1 has the following characteristics: could not recover the information from the message digest; two different messages will not have the same message digest (probability but there will be 1x10 ^ 48 of the same message digest, the general use of ignore).)
相关搜索: HAMC-SHA1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SHA1.C