-
encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets P...
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-EDE in CBC mode:
cryptest t
- To encrypt or decrypt a file
cryptest e|d input output
- To share a file into shadows:
cryptest s file
(make sure file has no extension, if you re running this under DOS)
- To reconstruct a file from shadows:
cryptest j output file1 file2 [....]
- To gzip a file:
cryptest z input output
- To gunzip a file:
cryptest u input output
- To run validation tests:
cryptest v
- To run benchmarks:
cryptest b [time for each benchmark in seconds]
-encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Prim
- 2022-03-01 22:16:59下载
- 积分:1
-
C_MD5 是一个用C写的标准MD5加密算法,使用简单,快速
C_MD5 是一个用C写的标准MD5加密算法,使用简单,快速
- 2022-11-25 13:50:03下载
- 积分:1
-
为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释
为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe attention to the return value, see note
- 2022-01-28 07:19:00下载
- 积分:1
-
介绍如何对共享软件加密。针对菜鸟!文档!
介绍如何对共享软件加密。针对菜鸟!文档!-how to share encryption software. Against a birdie! Document!
- 2022-01-25 17:45:22下载
- 积分:1
-
base64编解码源码,绝对可用。二机制十六进制转换
base64编解码源码,绝对可用。二机制十六进制转换-base64 encode/decode in use
- 2023-02-24 07:30:04下载
- 积分:1
-
流密码算法,可用于文件加密和实
流密码算法,可用于文件加密和实时通信
,设计者是著名的密码学家Rivest.该算法效率远高于一般分组密码,并且很适合用于随机数生成-Stream cipher algorithm, can be used for file encryption and real-time communication, the designer is well-known cryptographer Rivest. The algorithm efficiency is much higher than the general block cipher, and is suitable for random number generator
- 2023-04-27 14:55:03下载
- 积分:1
-
My stuff is aimed at teaching, not efficiency. The others are probably much bett...
My stuff is aimed at teaching, not efficiency. The others are probably much better implementations. The last one has both C++ and Java versions where my stuff is all C.
So lots of choices!
- 2022-03-07 11:39:43下载
- 积分:1
-
DES加密代码,是研究密码加密的基础,希望大家能有所收获
DES加密代码,是研究密码加密的基础,希望大家能有所收获-DES encryption code, password encryption is to examine the basis for hope that we can gain
- 2023-08-27 10:45:03下载
- 积分:1
-
RSA数据加密代码,用C编写,已压缩成RAR格式
RSA数据加密代码,用C编写,已压缩成RAR格式-RSA data encryption code, prepared by C, has been compressed into RAR format
- 2022-02-12 00:06:27下载
- 积分:1
-
MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生...
MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。 -MD5 with 512-bit packet to process the input information, and each group was again divided into 16 32-seat group, after a series of processing, the algorithm" s output consists of four 32-bit group composed of these four 32-bit Cascade Group will generate a 128-bit hash value.
- 2022-07-22 00:05:55下载
- 积分:1