Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - SHA1
Search - SHA1 - List
SHA1: an older version of the SHA1 code above, and a description of how the technique works.
Update : 2024-05-08 Size : 5120 Publisher : enropin

DL : 0
sha1 encrypt/decrypt
Update : 2024-05-08 Size : 3072 Publisher : Lim

DL : 0
实现SHA1算法,SHA_GO为入口函数-Achieve SHA1 algorithm, SHA_GO for the entry function
Update : 2024-05-08 Size : 4096 Publisher : 范文一

DL : 0
很详细很新的SHA1算法JAVA版 来自国外网站的精品-Very detailed very new JAVA version of SHA1 algorithm fine site from abroad
Update : 2024-05-08 Size : 3072 Publisher : Colin Gao

DL : 0
主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。-The main standard for digital signatures (Digital Signature Standard DSS) which defines the Digital Signature Algorithm (Digital Signature Algorithm DSA). The length is less than 2 ^ 64 bits of information, SHA1 produces a 160-bit message digest. When the received message when the message digest can be used to verify data integrity.
Update : 2024-05-08 Size : 2048 Publisher : 李新

DL : 0
sha1算法 包含了c 和 java 2个版本 可以再工程中直接应用-sha1 algorithm includes c and java 2 version can be directly applied engineering
Update : 2024-05-08 Size : 58368 Publisher : 海滨

DL : 0
sha1(安全哈希算法)主要适用于数字签名标准里面的定义的数字签名算法。-sha1 (Secure Hash Algorithm) is mainly used inside the definition of digital signature standard digital signature algorithm.
Update : 2024-05-08 Size : 2048 Publisher : yilujie

sha1 - encrypt/decrypt
Update : 2024-05-08 Size : 31744 Publisher : freedream

DL : 0
c语言 sha1 160位-c language sha1 160bit
Update : 2024-05-08 Size : 1249280 Publisher : marseille

DL : 1
SHA1 Verilog code. 8bit interfaces
Update : 2024-05-08 Size : 10240 Publisher : Tommy

DL : 0
一个简单的C++实现的sha1加密算法。-a C++ source code computing sha1
Update : 2024-05-08 Size : 2048 Publisher : zhangxu

Othersha1
DL : 0
SHA1 函数的C语言代码,包含测试用的main函数-SHA1 function of the C language code, including the main function of test
Update : 2024-05-08 Size : 3072 Publisher : yangliumbox

DL : 0
安全散列算法(Secure Hash Algorithm)能计算出一个数字消息所对应到的,长度固定的字符串(又称消息摘要)。且若输入的消息不同,它们对应到不同字符串的机率很高;而SHA是FIPS所认证的五种安全散列算法。-sha1 classic C/C++ algorithm Version 1.5- 2005-01-01 - 64-bit compiler compatibility added - Made variable wiping optional (define SHA1_WIPE_VARIABLES) - Removed unnecessary variable iIn cryptography, SHA-1 is a cryptographic hash function designed by the National Security Agency and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for "secure hash algorithm".
Update : 2024-05-08 Size : 4096 Publisher : 周笑

sha1生成固定长度的消息摘要,是hash,比MD5要安全,没有被破解-sha1 generate a fixed length message digest, is the hash, to secure than MD5, not crack
Update : 2024-05-08 Size : 41984 Publisher : besfan

Source delphi with sha1, md5 and base64.
Update : 2024-05-08 Size : 9216 Publisher : prd

sha1算法,SHA1算法可以对任意位长的数据压缩,形成160 bit 值。 处理单位是 以512BIT的数据块 -sha1 algorithm, SHA1 algorithm can be arbitrary bit length data compression, the formation of 160 bit value. The data processing unit block is 512BIT
Update : 2024-05-08 Size : 5120 Publisher : 郭先生

DL : 0
SHA1的VERILOG 实现,内含测试代码,经过了验证 -SHA1 implementation of VERILOG, containing test code, and proven
Update : 2024-05-08 Size : 7168 Publisher : zsw

DL : 0
SHA1会产生一个160位的消息摘要。该算法经过加密专家多年来的发展和改进已日益完善,并被广泛使用。该算法的思想是接收一段明文,然后以一种不可逆的方式将它转换成一段(通常更小)密文,也可以简单的理解为取一串输入码(称为预映射或信息),并把它们转化为长度较短、位数固定的输出序列即散列值(也称为信息摘要或信息认证代码)的过程。(SHA1 generates a 160 bit message digest. The algorithm has been developed and improved by encryption experts for many years, and has been widely used. The idea of the algorithm is to receive a plaintext, then in an irreversible manner to convert it into a (usually smaller) ciphertext, also can be simply understood as taking a string of input code (called pre mapping or information), and put them into a short, fixed length digit output sequence the hash value (also known as the information or message authentication code) process)
Update : 2024-05-08 Size : 2048 Publisher : gslovey

OtherSHA1
DL : 0
安全哈希算法(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).)
Update : 2024-05-08 Size : 2048 Publisher : 好好111

DL : 0
国际算法sha1 算法实现。。。。。。。。。(SHA1 algorithm code)
Update : 2024-05-08 Size : 145408 Publisher : dreamstick
« 1 23 4 5 6 7 8 9 10 ... 27 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.