-
rsa加密算法的实现,很详细
rsa加密算法的实现,很详细-rsa encryption algorithm to achieve great detail
- 2022-04-16 11:04:12下载
- 积分:1
-
IBE identity
IBE基于身份的加密系统的身份提取程序,使用VC6.0开发,即把身份转换成椭圆曲线上的点-IBE identity-based encryption system of the identity of extraction procedures, using VC6.0 development, namely, the identity into a point on the elliptic curve
- 2023-02-17 10:35:04下载
- 积分:1
-
一个测试DES加密算法和测试程序
一个测试DES加密算法和测试程序-a test DES encryption algorithm and testing procedures
- 2023-06-01 22:05:04下载
- 积分:1
-
经典的文件加密技术,简单高效
经典的文档加密技术,简单高效
- 2022-08-24 22:18:01下载
- 积分:1
-
一个基于背包公钥系统的能实现加密功能的小程序。
一个基于背包公钥系统的能实现加密功能的小程序。-a backpack on the public key system to achieve a small encryption procedures.
- 2022-01-26 05:01:37下载
- 积分: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
-
its about new technque using stream cipher
its about new technque using stream cipher
- 2023-03-15 16:35:03下载
- 积分:1
-
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数...
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
- 2022-07-13 13:07:32下载
- 积分:1
-
aes算法java版,包含了源码和jar文件
aes算法java版,包含了源码和jar文件-Orangk"aes algorithm java version contains source and jar files
- 2023-04-30 04:25:04下载
- 积分:1
-
DES to achieve fully their own! Able to enter the selected string or the realiza...
DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algorithm own function, run the end of display system efficiency. This source code fully qualified for curriculum design, even if it is also just graduated from design to improve a little. Welcome you to download!
- 2022-01-22 15:36:03下载
- 积分:1