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