-
带密钥的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
-
一个ASP的SHA256加密算法
一个ASP的SHA256加密算法-an ASP SHA256 encryption algorithm
- 2022-06-03 08:42:34下载
- 积分:1
-
welfare lottery 3D, projections, the software has shrunk. Is their half
welfare lottery 3D, projections, the software has shrunk. Is their half-year effort, delphi development, it is entirely possible commercialization of the software (value 10,000), Now it dedicated to the PUDN.com
- 2023-04-10 05:05:03下载
- 积分:1
-
这是RC6的Asm实现,可以很方便高效的用到工程中去
这是RC6的Asm实现,可以很方便高效的用到工程中去-This is the RC6 of Asm achieved and can be very convenient and efficient to use project
- 2023-03-05 23:55:04下载
- 积分:1
-
TRegware时间炸弹,可以根据自己需要调整。(有源代码)工作在:D5 D6。作者:Winston Kotzan。...
TRegware时间炸弹,可以根据自己需要调整。(有源代码)工作在:D5 D6。作者:Winston Kotzan。-TRegware time bombs, can be adjusted according to their own. (Source code) work: D5 D6. Author: Winston Kotzan.
- 2022-02-28 17:31:49下载
- 积分:1
-
该源码包括了Java加密组件实现DES、RSA和SHA加密算法
该源码包括了Java加密组件实现DES、RSA和SHA加密算法 -The Java source code, including encryption components realize the DES, RSA and SHA encryption algorithm
- 2023-06-15 20:40:03下载
- 积分:1
-
ca 配置 iis、ssl等都有,供各位参考
ca 配置 iis、ssl等都有,供各位参考-ca configure iis, ssl, etc. are for your reference
- 2023-07-19 20:05:04下载
- 积分:1
-
一个简单的加密算法Kaiser(C语言)
一个简单的加密算法Kaiser(C语言实现) -A simple encryption algorithm Kaiser (C language)
- 2023-05-09 14:25:03下载
- 积分:1
-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1
-
aes加密算法。用delphi语言实现。位数为128。
aes加密算法。用delphi语言实现。位数为128。-Aes encryption algorithm. Delphi use language. Median 128.
- 2022-02-02 08:42:49下载
- 积分:1