搜索资源列表
hmac-zy
- hmac的verilog代码, 通过控制字选择进行sha1运算或hmac运算-hmac the verilog code word through the control options or hmac sha1 Operational Operational
hmac_sha1.tar
- 以C语言撰写的HMAC SHA1加密演算法,附上测试用的scr ipt-Written in C language HMAC SHA1 encryption algorithm, with a test using the scr ipt
HAMC
- 使用Openssl的HMAC运算样例, 支持X86和X64平台。-The use of the HMAC computation Openssl example, to support the X86 and X64 platforms.
HMAC_SHA1
- VC++ Hmac-sha1加密的功能-VC++ Hmac-sha1
HMAC-SHA1
- 比较好的代码,可以进行HMAC运算,大家看看啊-Relatively good code, can be HMAC computation, let us look at ah
HMAC-MD5
- HMAC — MD 5算法的硬件实现,可以对初学者有一定得帮助。-HMAC- MD 5 algorithm for hardware implementation
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.
MD5_HMAC
- HMAC-MD5算法实现源码-。
HMAC-SHA1
- 以C语言撰写的hmac SHA1加密演算法,再加上测试文件-Hmac SHA1 encryption algorithm written in C language, coupled with the test file
HMAC-SHA-1
- 利用HMAC-SHA-1算法生成加密消息摘要,长度可控制,语言C/C++ -The use of HMAC-SHA-1 algorithm to generate encrypted message digest, the length can be controlled, the language C/C++
md5
- 精简后的md5,hmac—md5 算法,方面程序调用
hmac.tar
- this an open source HMAC message authentication implementation in C language with secure hash algorithm SHA -this is an open source HMAC message authentication implementation in C language with secure hash algorithm SHA
HMAC-SHA
- hmac using SHA algorithm source code-hmac using SHA algorithm source code...
hmac
- 实现hmac_md5算法-Algorithm to achieve hmac_md5-------------------------------
HMAC-SHA
- 包含HMAC,SHA1,SHA256,SHA384,SHA512的加密写法-Contains HMAC, SHA1 SHA256, SHA384, SHA512 encryption capitalization
HMAC-SHA1
- hmac—sha1 编码解码-hmac-sha1 encoding and decoding
HMAC-SHA1
- hmac-sha1 c语言算法 包含所有所需程序-hmac-sha1 c language algorithm contains all the necessary procedures
hmac-sha1
- hmac-sha1算法实现,较为经典,随着该算法应用越来越广,变得越来越重要,值得学习-hmac-sha1 algorithm, more classic, with the increasingly widespread application of the algorithm, is becoming increasingly important, it is worth learning
hmac-sha1
- 实现hmac-sha1 base64编码,适合签名-very good
hmac_sha1.c源码, C语言中的HMAC_SHA1加密方法
- HMAC是密钥相关的哈希运算消息认证码,HMAC运算利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出(Using SHA1 for HAMC algorithms)