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