-
这是一个RSA的简单实现算法,用的是C++语言实现的.
这是一个RSA的简单实现算法,用的是C++语言实现的.-This is a simple realization of the RSA algorithm is used in the C language.
- 2022-03-04 12:40:00下载
- 积分:1
-
Base64算法C++实现
Base64算法C++实现
Base64算法C++实现
Base64算法C++实现-Base64 algorithm C++ Achieve Base64 algorithm C++ Achieve
- 2022-10-11 00:05:03下载
- 积分:1
-
DES 加密系统的 C 语言源代码,实现了简单的DES加密系统。
DES 加密系统的 C 语言源代码,实现了简单的DES加密系统。-DES Encryption System C language source code, a simple realization DES encryption system.
- 2022-01-28 17:01:17下载
- 积分: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
-
ABE加密(Attribute
ABE加密(Attribute-Based Encryption)算法的一种实现方案-Source code for ABE(Attribute-Based Encryption)
- 2022-05-15 00:41:47下载
- 积分:1
-
查看备份CMOS设置
查看备份CMOS设置 - Examined backup CMOS establishes
- 2023-03-18 04:05:04下载
- 积分:1
-
在微软CryptoAPI公共使用
Microsoft CryptoAPI中公私密钥对的使用、HASH算法、数字签名等技术-Microsoft CryptoAPI in the use of public-private key pair, HASH algorithm, digital signature technology
- 2022-12-19 04:50:03下载
- 积分:1
-
含有多种公开密钥算法、多种块加密、多种数据流加密、多种HASH函数、多种CheckSum校验、多种MAC校验等几十种加密算法的程序...
含有多种公开密钥算法、多种块加密、多种数据流加密、多种HASH函数、多种CheckSum校验、多种MAC校验等几十种加密算法的程序-Contain a wide range of public key algorithm, multi-block encryption, multiple data stream encryption, multi-HASH function, multi-Checksum validation, multi-MAC check dozens of encryption algorithm, such as procedures
- 2023-03-08 13:35:03下载
- 积分:1
-
java编写MD5加密生成例子,对于需要加入密码验证的程序绝对实用,可以进行直接拷贝使用。...
java编写MD5加密生成例子,对于需要加入密码验证的程序绝对实用,可以进行直接拷贝使用。-prepared MD5 encryption generated example, the need for password verification procedures for the practical, direct copy.
- 2022-01-26 05:02:30下载
- 积分:1
-
pgp sdk optest
PGP Software Development Kit Cryptographic Module
Operational Test Notes
WHAT IS IT?
----------
The optest program is used as part of the FIPS 140-2 validation process.
In particular, section TE03.14.02 which requires that the tester shall
perform each of the specified services and observe that that they have
been implemented properly. As a side benefit to clients of the SDK
this code can also be used a good example of how to perform a number
of commonly used functions, whether or not the developer intends to run
in FIPS mode.
Depending on what option is chosen from the command line the following tests
will be run:
FIPS MODE SPECIFIC TESTS
------------------
- Invoke the Approved mode of operation (optest.c)
This involves Initializing the SDK, checking
- 2022-02-02 03:16:08下载
- 积分:1