Class Summary |
HexDump |
Reads the file specified as an argument and displays it as hex. |
KAT |
For a designated symmetric block cipher algorithm, this command generates
and exercises Known Answer Tests data for both Variable Key and Variable
Text suites.
KAT's output file format is in conformance with the layout described in
Section 3 of NIST's document "Description of Known Answer Tests and Monte
Carlo Tests for Advanced Encryption Standard (AES) Candidate Algorithm
Submissions" dated January 7, 1998.
If the -p argument is not specified, this command assumes that the name
of the designated cipher algorithm is also that of its Security Provider.
|
MCT |
For a designated symmetric block cipher algorithm, this command generates
and exercises Monte Carlo Tests data for both Encryption and Decryption in
Electronic Codebook (ECB) and Cipher Block Chaining (CBC) modes.
MCT's output file format is in conformance with the layout described in
Section 4 of NIST's document "Description of Known Answer Tests and Monte
Carlo Tests for Advanced Encryption Standard (AES) Candidate Algorithm
Submissions" dated January 7, 1998.
If the -p argument is not specified, this command assumes that the name
of the designated cipher algorithm is also that of its Security Provider.
|
Scar |
A command line utility to (a) compress, encrypt and asciify files and/or
directories (with or without directory recursion), and (b) accomplish the
inverse with user-specified option for recreating a source tree directory.
Uses java.zip tools to deflate and inflate data, Cryptix IJCE for the cipher
and message digest (used to compute cipher keys from user plain ascii
passphrase) algorithms, and a PGP-style Base-64 armour with P. |
UnixCrypt |
A Java-based implementation of the Unix crypt(3) function call, used
for hashing user passwords in many Unix dialects.
|