ENCRYPT  
 
     The ENCRYPT program is for the encrpytion of any type or
size of file. (.wks .wk1 .dbf .txt .exe .com .* )
     The process used to encrypt the file is only reversible with
a knowledge of the key values used to encrypt the file. 
     To encrypt a file use the following syntax 
 
ENCRYPT (DRIVE:\PATH\FILENAME.EXT) KEY1 KEY2 KEY3 KEY4  ...KEY10 

EXAMPLE:
TO ENCRYPT A FILE
ENCRYPT TEST.TXT How Are You John.

TO UNENCRYPT THE SAME FILE
ENCRYPT TEST.TXT John. You Are How

A space is the separator of the key values. A key may be any
length and may contain any character.  The case is important
capitals are not the same as lower case.  If a full drive or path
is not given the program only looks in the current path.  The key
values are the only way to reverse the encryption process if
typed incorrectly there is no way to recover the file.  Be sure
of your key values and keep a copy of your original if possible.