-
C++ MD5开发组件
C++ MD5开发组件-C++ MD5 development component
- 2022-04-06 19:01:04下载
- 积分:1
-
COBRA cipher algorithm example.
COBRA cipher algorithm example.
- 2022-03-06 21:09:35下载
- 积分:1
-
DES密码体制的安全性应该不依赖于算法的保密,其安全性仅以加密密钥的保密为基础...
DES密码体制的安全性应该不依赖于算法的保密,其安全性仅以加密密钥的保密为基础-DES password security system should not depend on secrecy algorithm, the only security encryption key based on the confidentiality
- 2022-06-01 12:20:45下载
- 积分:1
-
带密钥的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
-
密码编码和密码分析:原理与方法
密码编码和密码分析:原理与方法-encryption and password Analysis : Theory and Methods
- 2022-12-28 18:30:05下载
- 积分:1
-
大数运算库miracl。有了miracl这样的函数库,你可以直接调用函数,来实现你要的公钥密码学的某个功能。...
大数运算库miracl。有了miracl这样的函数库,你可以直接调用函数,来实现你要的公钥密码学的某个功能。-Treasury computing large numbers miracl. With miracl this library, you can directly call the function, to realize that you ask for a public-key cryptography functions.
- 2023-03-22 00:40:03下载
- 积分:1
-
A5 algorithm on the small program
关于A5算法的小程序-A5 algorithm on the small program
- 2022-03-26 05:29:58下载
- 积分:1
-
RC5和加密和decryption
rc5 and des encryption and decryption
- 2022-02-01 04:02:07下载
- 积分:1
-
这个类有一个方法叫make_crc,获取一个字节流和开始/结束…
The class has a methode named make_CRC that gets a byte stream and start/end offsets then calculate and return a 16 bit CRC according to determined POLYNAMIAL.The POLYNAMIAL is a private field of the class.
- 2023-01-18 02:15:04下载
- 积分:1
-
条形码编码算法,可以输出多种形式条码
条形码编码算法,可以输出多种形式条码-barcode coding algorithm, can output multiple forms barcode
- 2022-01-25 21:40:49下载
- 积分:1