Scroll to navigation

cryptest(1) General Commands Manual cryptest(1)

NAME

cryptest - Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives

SYNOPSIS

cryptest [OPTION]

DESCRIPTION

cryptest takes the following options

generate an RSA key
display usage information
encrypt and decrypt a string using RSA
sign a file using RSA
verify a signature of a file using RSA
calculate MD5, SHA, and RIPEMD-160 message digests
encrypt and decrypt a string using DES-EDE in CBC mode
encrypt or decrypt a file
secret share a file (shares will be named file.000, file.001, etc)
reconstruct a secret-shared file (number of shares given must be equal to threshold)
information disperse a file (shares will be named file.000, file.001, etc)
reconstruct an information-dispersed file (number of shares given must be equal to threshold)
gzip a file
gunzip a file
encrypt a file with AES in CTR mode
base64 encode a file
base64 decode a file
hex encode a file
hex decode a file
forward a TCP connection
run the FIPS 140-2 sample application
generate 100000 random files using FIPS Approved X.917 RNG
run Maurer's randomness test on a file
run validation tests
display version number
run benchmarks
run test vector file (available in TestVectors example subdirectory)

AUTHOR

This man page was created by Stephen Zander, Pierre Machard and Jens Peter Secher for the Debian distribution. It is licenced under the same terms as the rest of the Crypto++ library, written by Wei Dai.

local