XOR Encryptor
This program will encrypt text files with a key... Good for posting source code on this site without having to worry about unwanted people stealing your source and not giving credit. The Encryptor uses a one char key. The key can be any ASCII character, as far as I know.
Test this out by decrypting my encrypted source code for this project that I included with this program.
The EncryptedSource.txt uses a key of: p
This one doesn't corrupt the text files anymore like the last Encryptor did... Lastly you need to save the file on your computer before it will work properly. If you try to run it from inside the WinRAR it may mess up.