{start of file CRYP612.PAS ***************************************************} {CRYP - A data encryption system written in TURBO PASCAL} {Last revised: 05/03/86, 0900 hours} {COPYRIGHT (c) 1986 By Author: Harry J Smith, Saratoga, CA} {*****************************************************************************} {This program will encipher or decipher a file of data and rewrite it into a new file} PROGRAM CRYP; {$I PROM200.INC} {$I CRYP612.INC} {end of file CRYP612.PAS *****************************************************}