summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/crypto/usage.dat
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-07-20 16:21:49 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-07-20 16:21:49 +0000
commitf424a18112032cf61d2871a6b91a5af607c171ae (patch)
tree88fedc4e28941ceecda7026f0b06eba6271f91d5 /plugins/CryptoPP/crypto/usage.dat
parentbfe1bd0fc087be44c70904aee0fe4276643d206d (diff)
CryptoPP:
changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/crypto/usage.dat')
-rw-r--r--plugins/CryptoPP/crypto/usage.dat81
1 files changed, 0 insertions, 81 deletions
diff --git a/plugins/CryptoPP/crypto/usage.dat b/plugins/CryptoPP/crypto/usage.dat
deleted file mode 100644
index 103d98e80f..0000000000
--- a/plugins/CryptoPP/crypto/usage.dat
+++ /dev/null
@@ -1,81 +0,0 @@
-Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
-
-- To generate an RSA key
- cryptest g
-
-- To encrypt and decrypt a string using RSA
- cryptest r
-
-- To sign a file using RSA
- cryptest rs privatekeyfile messagefile signaturefile
-
-- To verify a signature of a file using RSA
- cryptest rv publickeyfile messagefile signaturefile
-
-- To digest a file using several hash functions in parallel
- 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 secret share a file (shares will be named file.000, file.001, etc)
- cryptest ss threshold number-of-shares file
-
-- To reconstruct a secret-shared file
- cryptest sr file share1 share2 [....]
- (number of shares given must be equal to threshold)
-
-- To information disperse a file (shares will be named file.000, file.001, etc)
- cryptest id threshold number-of-shares file
-
-- To reconstruct an information-dispersed file
- cryptest ir file share1 share2 [....]
- (number of shares given must be equal to threshold)
-
-- To gzip a file
- cryptest z compression-level input output
-
-- To gunzip a file
- cryptest u input output
-
-- To encrypt a file with AES in CTR mode
- cryptest ae input output
-
-- To base64 encode a file
- cryptest e64 input output
-
-- To base64 decode a file
- cryptest d64 input output
-
-- To hex encode a file
- cryptest e16 input output
-
-- To hex decode a file
- cryptest d16 input output
-
-- To forward a TCP connection
- cryptest ft source-port destination-host destination-port
-
-- To run the FIPS 140-2 sample application
- cryptest fips
-
-- To generate 100000 random files using FIPS Approved X.917 RNG
- cryptest fips-rand
-
-- To run Maurer's randomness test on a file
- cryptest mt input
-
-- To run a test script (available in TestVectors subdirectory)
- cryptest tv filename
-
-- To run validation tests
- cryptest v
-
-- To display version number
- cryptest V
-
-- To run benchmarks
- cryptest b [time allocated for each benchmark in seconds] [frequency of CPU in gigahertz]