搜索资源列表
SHA1 source code
- SHA1 算法,C实现
sha1 c 源代码
- 使用GCC完成的SHA1算法SOURCE CODE
SHA1算法软件程序使用c++语言实现
- SHA1算法软件程序实现,使用c++语言实现,可以直接下载使用的。,SHA1 algorithm software program, the use of c++ language, you can download to use.
SHA1加密算法,标准C实现
- SHA1加密算法,标准C实现,已经测试通过。,SHA1 encryption algorithm, the standard C implementation, testing through
sha1.rar
- 纯c语言写的。这是RFC官方网站上sha1算法,标准通用的。 ,Written in pure c language. This is the RFC algorithm sha1 official website, the standard generic.
sha1-c
- sha1的C语言源代码,简单易学,还有案例-sha1 c code
sha1
- 在VC平台上用C实现安全散列算法的基本功能,测试成功-SHA function
sha1
- SHA-1算法的C语言实现,求字符串的HASH-SHA-1 algorithm in C language implementation, find the string HASH
SHA1
- 很好的SHA-1 C源码,编写简洁,已经过验证-Good SHA-1 C source code, write concise, has been validated
hmac_sha
- 实现HMAC-SHA1签名再Base64转码: (1)HMACSHA1.c:实现HMAC-SHA1签名算法 (2)base64.c:base64编码算法。-HMAC-SHA1 signatures to achieve further Base64 transcoder: (1) HMACSHA1.c: HMAC-SHA1 signature algorithm to achieve (2) base64.c: base64 encoding algorithm.
sha1
- sha1算法 包含了c 和 java 2个版本 可以再工程中直接应用-sha1 algorithm includes c and java 2 version can be directly applied engineering
sha1
- c语言写的sha1加密算法 测试过没有问题 可用于SSL等 -sha1.it has been tested .no error.
sha1-0.2.tar
- his a C++ class that implements the Secure Hash Algorithm SHA-1. The purpose of the algorithm is to calculate a strong hash of given bit string. By "strong", we mean that it is very difficult to find a different bit string that results in the same ha
SHA1
- SHA-1算法的C++实现,方便大家学习-SHA-1 algorithm for C++, so as to facilitate learning
sha1
- sha-1消息摘要算法c++代码,用于数字签名时将消息加密成固定长的密文。-sha-1 message digest algorithm c++ code, when used for digital signatures into fixed-length messages encrypted ciphertext.
SHA1
- c语言 sha1 160位-c language sha1 160bit
sha1
- sha1加密算法 C++sha1加密算法-C++ encryption algorithm sha1
sha1
- 一个简单的C++实现的sha1加密算法。-a C++ source code computing sha1
sha1
- 安全散列算法(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 (defi
hmac_sha1.c源码, C语言中的HMAC_SHA1加密方法
- HMAC是密钥相关的哈希运算消息认证码,HMAC运算利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出(Using SHA1 for HAMC algorithms)