home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / cipher.zip / cipher.txt < prev   
Text File  |  1993-07-11  |  966b  |  27 lines

  1.    CIPHER is fairly simple to use yet provides excellent file security.
  2. It enrypts a file, making it unreadable junk until you decipher
  3. the file using the correct key. CIPHER requires three parameters...
  4. the cipher key, the input file and the output file. The key can be
  5. any series of characters or numbers while the input file must be
  6. a valid file name. (The output file will be created and so it doesn't
  7. to be an valid existing file name.)
  8.  
  9.         As a simple demonstration, decipher the CIPHER.CPH file to
  10.  a file name TEST.TXT. Type this command....
  11.                 "CIPHER 1234A CIPHER.CPH TEST.TXT"
  12.         This will produce a valid ASCII text file named TEST.TXT.
  13.  
  14.         Enjoy!
  15.  
  16.  
  17.         CIPHER was written by David Stafford and originally appeared
  18.         in the July 1993 issue of Computer Shopper. It was changed
  19.         slightly and compiled for OS/2 using Borland C++ for OS/2
  20.         by David Eagen on July 11, 1993.
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.