-
使用PBE和三重DES加密文件
使用PBE和三重DES加密文件-use of PBE and triple DES encryption document
- 2023-03-02 07:25:03下载
- 积分:1
-
一个由java语言编写的MD5加密算法的实现.
一个由java语言编写的MD5加密算法的实现.-a java language from the MD5 encryption algorithm achieved.
- 2022-07-25 04:28:36下载
- 积分:1
-
关于NTRU加密算法的实现 环内多项式的加 减 乘 除
关于NTRU加密算法的实现 环内多项式的加 减 乘 除-NTRU encryption algorithm on the realization of the polynomial ring calculation
- 2022-08-12 22:32:39下载
- 积分:1
-
Rjindeal加密算法
Rjindeal加密算法-Rjindeal encryption algorithm
- 2023-03-26 06:00:03下载
- 积分:1
-
Vigenere实验
Vigenere实验-Vigenere
- 2022-01-21 05:37:35下载
- 积分: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
-
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是...
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
- 2022-03-13 06:04:47下载
- 积分:1
-
Ecc 160bit
ECC(Elliptic Curves Cryptography)加密算法是一种公钥加密算法,与主流的RSA算法相比,ECC算法可以使用较短的密钥达到相同的安全程度。此文档是160bit的C++源代码.
- 2022-02-04 22:09:49下载
- 积分:1
-
AES C source
AES算法C源码-AES C source
- 2023-02-10 02:00:03下载
- 积分:1
-
title=Windows NT/2000/XP 虚拟磁盘驱动程序 memo=将一个或多个文件模拟成物理磁盘。...
title=Windows NT/2000/XP 虚拟磁盘驱动程序 memo=将一个或多个文件模拟成物理磁盘。-title=Windows NT/2000/XP simulated disk drive
memo=let one or more file simulate a physical disk
- 2023-02-14 18:35:04下载
- 积分:1