home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 25D / SECURITY.ZIP / SCR.DOC < prev   
Encoding:
Text File  |  1992-08-29  |  1.2 KB  |  23 lines

  1. SCR.COM
  2.      This program is a security scrambling program.  It scrambles an input file 
  3. using a user-supplied password.  This program utilizes a high-security high-
  4. speed scrambling scheme.  
  5.      The password is case-sensetive, so a password of DoG is not equivelant to 
  6. a password of DOG.  The password may be anything you can enter from the 
  7. keyboard.  For example, P@$$W0RD|! would do nicely.  The password is up to 10 
  8. characters in length, with any excess being ignored. 
  9.      All information can be entered on the command line in the following order: 
  10.     
  11.             SCR input.fil output.fil password
  12.  
  13.      Any missing information will be requested by the program.  Only one space 
  14. is allowed between command line arguments.  Input and output file names must be 
  15. different. 
  16.      Scrambling a file a second time with an identical password is equivelant 
  17. to un-scrambling it.  This program works equally well on all types of files, 
  18. including text files, program files, and data files.  
  19.      Be certain not to loose the password, as there is no way to determine it 
  20. from the scrambled file. 
  21.      This version is NOT compatible with previous versions, and is designed to 
  22. provide a higher level of security.
  23.