********************************************************************** * CRYPT ********************************************************************** * COPYRIGHT 1983 EUGENE H. MALLORY * ********************************************************************** PROGRAM: CRYPT - Reversable cryptographic converter. USAGE: CRYPT key file FUNCTION: Used encode or decode a file given a key. The process is reversable for the same key. The output is printable, but unreadable text. EXAMPLE: CRYPT key file Command Line ___________________________________ | | OPTIONS | | | ______________V______________ | | TEXT | | TEXT ------------------->| CRYPT |-----------------------> | | | | |___________________________|