-
带密钥的md5算法库md5lib.h共有下列函数:
char* MDString (char *)
/*输入任意一个字符串,经过md5算法处理后...
带密钥的md5算法库md5lib.h共有下列函数:
char* MDString (char *)
/*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)
字符串 */
char* MDFile (char *)
/*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长
(32个字符)字符串 */
char* hmac_md5(char* text, char* key)
/*输入任意一个字符串text,和一个用做密钥的字符串key,经过hmac_md5算法处
理,返回处理结果:一个定长字符串(32个字符)*/
具体使用方法可参考例子sample.c,其运行结果在本文后面。-Md5 algorithm with a key repository md5lib.h total of the following functions: char* MDString (char*) /* enter any one string, after md5 algorithm processing, return the result: a fixed-length (32 characters) string*/char* MDFile (char*) /* enter any of the file name, file contents through the md5 algorithm processing, return the result: a fixed-length (32 characters) string*/char* hmac_md5 (char* text, char* key) /* input a string of arbitrary text, and a string key used as key, after hmac_md5 algorithm processing, return processing results: a fixed-length string (32 characters)*/specific examples of the use of methods can be found sample.c, the results
- 2022-01-27 23:50:06下载
- 积分:1
-
MD5加密算法,有个 getMD5() 方法可以传入字符串并生成一个 MD5 码。...
MD5加密算法,有个 getMD5() 方法可以传入字符串并生成一个 MD5 码。-MD5 encryption algorithm, there" s getMD5 () method can pass a string and generate an MD5 code.
- 2022-03-29 00:05:12下载
- 积分:1
-
这是基于算法的混乱
这个是基于混沌的DES算法-this is based on the DES algorithm Chaos
- 2022-04-19 06:17:06下载
- 积分:1
-
这是MD5算法的 Asm 实现,代码效率高,
这是MD5算法的 Asm 实现,代码效率高,-This is the MD5 algorithm Asm implementation, code efficiency,
- 2022-02-02 04:43:01下载
- 积分:1
-
- 2022-06-27 03:44:25下载
- 积分:1
-
RSA加密算法C语言编程实现
算法参考于《密码编码学及网络安全》上关于RSA加密算法的定义。相关程序在Visual C++ 6.0上能正确运行(估计在其他C语言编程环境下也能运行吧),程序里面详细写上了注解,希望能够给你带来帮助。
- 2022-03-16 12:20:33下载
- 积分:1
-
symbian 系统下面的des算法的实现方式
symbian 系统下面的des算法的实现方式-symbian system, the following des Algorithm approach
- 2022-02-05 16:56:11下载
- 积分:1
-
这是RC5算法的实现
这是RC5算法的实现-This is the realization of RC5 Algorithm
- 2022-12-26 09:25:03下载
- 积分:1
-
加密crypto dll 5.1 des 3des
åŠ å¯†crypto dll 5.1 des 3des-Encryption crypto dll 5.1 des 3des
- 2022-01-30 19:42:27下载
- 积分:1
-
CRC detailed reference source should be specific requirements may need to set up...
crc 详尽的源码 值得参考 具体要求可根据自己需要设置-CRC detailed reference source should be specific requirements may need to set up according to their own
- 2022-10-29 05:00:04下载
- 积分:1