搜索资源列表
Library_of_Cryptographic
- a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5,
YeePay_HTMLcommon_V3.0.zip
- yeepay易宝支付文档和代码例子,包含php,java.c# ,asp.net等测试实例,yeepay易宝支付文档和代码例子,包含php,java.c# ,asp.net等测试实例
hmac_sha1.tar
- 以C语言撰写的HMAC SHA1加密演算法,附上测试用的scr ipt-Written in C language HMAC SHA1 encryption algorithm, with a test using the scr ipt
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.
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++
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
homework3
- 网络信息安全作业 1) MD5算法 2) 安全Hash算法 3) RIPEMD-160算法 4) Whirlpool算法 5) HMAC算法 6) CMAC算法 -homework3
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_md5
- 基于C++编写的,hmac-md5算法,经过测试-Based C++ written hmac-md5 algorithm has been tested ~ ~
sm3Phmac
- 基于国密算法SM3实现HMAC,输入密钥和消息,可产生HASH验证码,C环境下调试成功-Based on the countries close algorithm realization SM3 HMAC, input key and news, can produce HASH verification code, C environment debugging success
CPP_HMAC_SHA1
- hmac-sha1c++ 的实现过程,包括其中类的实现-hmac-sha1 c++
HMAC-SHA1
- hmac-sha1 c语言算法 包含所有所需程序-hmac-sha1 c language algorithm contains all the necessary procedures
AES-CMAC
- (1). 复习AES原理。 (2). 用C/C++编写AES算法并调试通过。 (3). 复习CMAC原理。 (4). 在实现AES基础上,用C/C++编写CMAC算法并调试通过。 (5). 回答下列思考题。 AES解密算法和AES的逆算法之间有什么不同? CMAC与HMAC相比,有什么优点? -(1). Review AES works. (2) with C/C++ write and debug via the AES algo
exceptions
- hmac.c implementation of hmac auth_type_t. -hmac.c implementation of hmac auth_type_t.
hmac
- hmac.c implementation of hmac auth_type_t. -hmac.c implementation of hmac auth_type_t.
if_addr
- hmac.c implementation of hmac auth type t Kernel Device Driver for linux v2.13.6. -hmac.c implementation of hmac auth type t Kernel Device Driver for linux v2.13.6.
main.c
- hmac-sha1 hello world hello world hello world hello world-hello worldhello worldhello worldhello worldhello worldhello world
CSharp-code-Opetator
- C# 最强密码处理类,MD5加密、SHA1 加密、SHA256 加密、HMAC 加密-MD5 encryption, SHA1 encryption, SHA256 encryption, HMAC encryption
hmac_sha1.c源码, C语言中的HMAC_SHA1加密方法
- HMAC是密钥相关的哈希运算消息认证码,HMAC运算利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出(Using SHA1 for HAMC algorithms)