home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / edf-v2.arj / README.DOC < prev   
Encoding:
Text File  |  1991-08-23  |  2.4 KB  |  60 lines

  1. File Encryption and Decryption Program by Wilson Yuen
  2. Phone:  (708) 253-2756
  3. Pager:  (312) 812-7322
  4.   CIS:  76177,2433
  5.  
  6.  
  7. ═══════════════════════════════ N O T I C E ════════════════════════════════
  8.  
  9.   This program is released to the public domain.
  10.  
  11.   This program is supplied for your personal and non-commercial use only.
  12.   It may not be sold.  Providing this program for consideration of any
  13.   sort, including copying or distribution fees, is specifically prohibited.
  14.   The author is not responsible for damages, real or imagined, resulting
  15.   from the use of this program.
  16.  
  17. ════════════════════════════════════════════════════════════════════════════
  18.  
  19.   This program encrypts ANY disk file into garbage.  The algorithm is
  20.   EXTREMELY secure and that it would take someone a long time on a fast
  21.   mainframe computer to decrypt your file, and even then might not get it
  22.   if they didn't have the original file to work from.
  23.  
  24.   The program will securely encrypt DOS files of any type, including .COM,
  25.   .EXE, any ASCII file, BASIC files, etc.
  26.  
  27.   The program is a compiled Clipper program.   Simply type  'ED-FILE' from
  28.   the DOS prompt.  The system will then ask the following questions:
  29.  
  30.        1. Encrypt or decrypt a file.
  31.        2. Name of file to be encrypt/decrypt.
  32.        3. Name of the output file.  Enter a different file name then the
  33.           file being encrypted/decrypted if you want to keep the original
  34.           file unchanged.
  35.  
  36.           NOTE: It is good practice to keep a backup copy of the original
  37.                 file incase the encryption/decryption key is forgotten.
  38.  
  39.        4. Encryption/decryption key.
  40.  
  41.  
  42.   You can encrypt an encrypted file as many times as you want and, as long
  43.   as you decrypt it correctly,  ie., in EXACTLY the reverse fashion, the
  44.   last encryption first, etc. and with EXACTLY the correct key for each
  45.   level, you'll get your file back.
  46.  
  47.  
  48. ════════════════════════════════════════════════════════════════════════════
  49.  
  50.   Registered users will receive source code and free technical support.
  51.   Registration fee is $10.00.   Source code can be easily linked into
  52.   current Clipper 87/50 applications.  Procedure to encrypt/decrypt a
  53.   string is included.
  54.  
  55.                          Wilson Yuen
  56.                          Phone:  (708) 253-2756
  57.                          Pager:  (312) 812-7322
  58.                            CIS:  76177,2433
  59.  
  60.