home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / encript.zip / CRYPTF.DOC < prev   
Text File  |  1987-11-19  |  1KB  |  25 lines

  1.  
  2. CRYPTF - Scrambles a file in place on disk. Prompts for a key of up
  3.          to 32 bytes. Exit codes are generated to facilitate use in
  4.          batch files. The program always scrambles the file using
  5.          the specified key, which means that:
  6.            1. Processing a file with a key will scramble it.
  7.            2. Processing a scrambled file with the same key will
  8.               unscramble it.
  9.            3. Processing a scrambled file with a different key will
  10.               scramble it again. ( This may be repeated ad nauseum
  11.               and if you can remember to use the right keys in the
  12.               right order, the file can still be unscrambled! ).
  13.  
  14.               To run: cryptf [d:][dir]filename.ext
  15.  
  16. **WARNING**  Since this is an in-place update, termination of the
  17. **WARNING**  program during I/O is almost certain file death!
  18.  
  19. This program is released to the public domain with no warranties
  20. expressed or implied. You may distribute it freely. Written by:
  21.  
  22.               Christopher Blum           CompuServe: 76625,1041
  23.               509 West Main, Front
  24.               Ashland, Ohio 44805
  25.