home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR16 / GRFBOOK.ZIP / CRYPT.DOC < prev    next >
Text File  |  1993-02-17  |  1KB  |  23 lines

  1.                             CRYPT, Ver. 1.0 (c) 1993
  2.                         EFD Systems, All Rights Reserved
  3.  
  4. CRYPT is a simple file encryption utility designed to produce reasonably secure
  5. documents which can only be read using TXTBook or GRFBook.  To use CRYPT, type:
  6.  
  7.                        CRYPT filename [password] /T or /G
  8.  
  9.               Example: CRYPT yourfile gobbldygook /T
  10.  
  11. "Password" is an optional user specified character string of 16 characters or
  12. less.  A default password is built-in; however, security is greatly enhanced if
  13. a password known only to the document's author is specified.  Either /T or /G
  14. must be specified to indicate that the encrypted file will be used with either
  15. (T)XTBook or (G)RFBook.  Encrypted output is written to either "filename.CRT"
  16. (TXTBook file) or "filename.CRG" (GRFBook file).  A small index file,
  17. "filename.NDX", is also produced as output.  This index file is less than 3k in
  18. size, typically much less.  The encrypted text file and it's index must always
  19. be distributed as a pair if the text is to be properly de-crypted and displayed
  20. on the screen.  This file pair can be renamed as you see fit; however, text file
  21. and index must always share the same name, varying only by file extension.  The
  22. index file must always carry a .NDX extension.
  23.