home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / chasm2.zip / ENCRYPT.DOC < prev    next >
Text File  |  1986-02-16  |  713b  |  22 lines

  1.  
  2. ENCRYPT version 3.0 by D. Whitman
  3.  
  4. Syntax:  ENCRYPT [?] [/key] [<infile] [>outfile]
  5.  
  6. Reads stdin, encrypts data, and writes it to stdout.
  7. If file is already encrypted, it will be decrypted.
  8.  
  9. An optional "key" word can be specified.
  10. If used, the key must also be specified when decrypting the file.
  11.  
  12. The ? option prints this help message.
  13.  
  14. Encrypted text is unintelligable, and cannot be decoded by simple
  15. substitution.  However, the encryption algorithm is by no means unbreakable.
  16. Encryption should not be used as a replacement for proper security
  17. with extremely sensitive data.
  18.  
  19. Warning: editing of encrypted files can scramble them beyond recovery!
  20.  
  21. This program is in the public domain.
  22.