-
Diamond加密算法
Diamond加密算法-A Diamond encrypt arithmetic
- 2022-05-08 21:12:42下载
- 积分:1
-
在原作者Jim Gillogly代码的基础上修改优化,并实现C++改写。实现了DES加密。当然,密钥可在源文件中修改,或提供修改的接口函数。...
在原作者Jim Gillogly代码的基础上修改优化,并实现C++改写。实现了DES加密。当然,密钥可在源文件中修改,或提供修改的接口函数。-the originator Jim Gillogly code revision on the basis of optimization, and to achieve C rewritten. Implementation of DES encryption. Of course, the key in the source documents changes, or amendments to provide the interface function.
- 2022-05-09 10:36:46下载
- 积分:1
-
java自行开发rsa
java自行开发rsa-developed rsa
- 2022-10-24 11:45:03下载
- 积分:1
-
pgp 软件源代码
pgp 软件源代码-PGP source code
- 2022-03-09 20:59:36下载
- 积分:1
-
由于BT老师的要求,非要将64位DES算法改编成16位的DES算法,小生在这里献丑了。...
由于BT老师的要求,非要将64位DES算法改编成16位的DES算法,小生在这里献丑了。-as teachers, add to the 64-bit DES algorithm adapted into 16 of the DES algorithm, Niche in a shortcoming here.
- 2023-02-03 14:35:04下载
- 积分:1
-
创建一个经过加密的软件系统信息文件,在软件启动时会校验这些信息,判断是授权用户在使用该软件。...
创建一个经过加密的软件系统信息文件,在软件启动时会校验这些信息,判断是授权用户在使用该软件。-create an encrypted document information system software, the software will start checking the information, and judgment is authorized users in the use of the software.
- 2022-10-31 06:25:02下载
- 积分:1
-
在原有加密输入输入使用RSA加密算法…
利用RSA加密算法对输入的原文进行加密,输入的可以是主键盘上的任何符号-use RSA encryption algorithm on the importation of the original encrypted input is the main keyboard can be any of the symbols
- 2022-01-28 14:30:54下载
- 积分:1
-
加密算法之一加密算法a
加密算法之一加密算法a-encryption algorithm encryption algorithm a
- 2022-05-26 18:24:47下载
- 积分:1
-
MYCALLBACK
MYCALLBACK
- 2022-05-26 19:21:13下载
- 积分: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