加密算法
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