home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / lockit.zip / LOCKIT.DOC next >
Text File  |  1986-08-06  |  1KB  |  23 lines

  1. ╓────────────────────────────────────────────────────────────────╖
  2. ║ LOCKIT   - (c) 1986 by  Edward  V.  Dong.  All Rights Reserved.║
  3. ║  Program Data:  Version 2.00   DeSmet C v2.4     08/06/86      ║
  4. ║  Encrypts & decrypts files of any size.                        ║
  5. ╙────────────────────────────────────────────────────────────────╜
  6.  
  7.    Syntax:  LOCKIT infile outfile
  8.    where infile is the file to be encrypted/decrypted,
  9.          outfile is the output file.
  10.  
  11. LOCKIT will ask for an encoding phrase to encrypt or decrypt the
  12. file.  "infile" MUST be different from "outfile"; LOCKIT does NOT
  13. check if the filenames are the same.  If they are the same, the
  14. file will absolutely be trashed.
  15.  
  16. The encoding phrase, whether encrypting or decrypting, can be in
  17. either upper or lower case; LOCKIT has been deliberately case
  18. INsensitive.
  19.  
  20. Version 2.00 adds the capability to LOCK an ASCII text file into
  21. an ASCII format, so it can be TeleMailed or E-Mailed.  LOCKIT
  22. will prompt you if this is to be an ASCII lock/unlock.
  23.