Package cryptix.tools

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.KAT_Key
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.MCT_Key
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.
Scar.ScarInputStream
Scar.ScarOutputStream
UnixCrypt A Java-based implementation of the Unix crypt(3) function call, used for hashing user passwords in many Unix dialects.