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