加密算法
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 <pieces> <pieces-needed> 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 <compression-level> 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]
标签:
Cryptographic
Primitives
generate
Library
上传时间:
2015-07-16
上传用户:wqxstar