here's your answer!
CIPHER is a simple, yet surprisingly effective file encryption/decryption utility, and now with CipherView, you can encrypt important text files once, and simply view then with CipherView whenever you need to refer back to them, there's no need to decrypt the files and then load them into another viewer.
CIPHER's encryption is reasonably strong, especially if you don't know how the encryption engine works. (and no one but me does). Even if you do know how the engine works, it would still take a good deal of time to be able to successfully decrypt a file encrypted with CIPHER (if you don't know the password to the file).
CIPHER is not intended to replace PGP or other string encryption methods as of yet, it is intended to provide an easy to use, reliable, and simple method for users to protect their files from casual prying eyes.
CIPHER is offered here for free in binary form. If you are using some other platform (OS/2, VMS, Unix, NeXT, amiga, Risc OS, etc...) and you would like a version compiled for your system, contact me and we'll see what we can work out. For obvious reasons, I am not offering the source to this program at this time. If you really think you have a good reason for it, email me and we'll see.
As stated above, the encryption of CIPHER isn't super strong if you know the algorythm, so I do plan on beefing it up for future releases - for now - go ahead, try to figure it out, I'd be very impressed. (Perhaps I should post a sample encrypted file for people to try to decrypt?)
How to encrypt:
type "CIPHER [infile] [outfile] [key]" at the command prompt, cipher will encrypt or decrypt the input file, writing the output to the outputfile, using the key given. You may also type "CIPHER -h" for help.
Note that there is no difference between encrypting and decrypting. If you CIPHER the same file twice with the same key, you end up with the origional file. Cipher keys ARE case sensitive.
What if I forget my Key?
You are out of luck. If the file is really important, and you can tell me the file type and content, and you can offer me some incentive, I should be able to decrypt it, given enough time.
The program is currently not too speedy because it uses streamed I/O and not Block I/O. This will be remedied in another release soon.
Copyright © 1998 Noah SilvaCreated 30.06.1998 at 2:23