XOR_Encrypter : Created by hodonkain@hotmail.com

The XOR Encrypter is based on the Logic Gate XOR.
It simply inverts data, ones to zero and zeros to ones based on
the algorithm file that the user puts in.

You could simply make a text file and type in a password or name
and save the file and use that for your algorithm.

Whatever file is used to encrypt your original file must also be used
to decrypt the file.

The algorithm file is read byte by byte and compared to the original,
inverting the bits that have a '1' in the algorithm.

When the algorithm file is used completely, it continues reading at the beginning again!
-very handy!

If you have any questions or have any great ideas for encryption
or data compression, send me your ideas, I might be able to implement them.

For those of you who like to have the source code as well as the graphics and sounds
that I used, I included them for your convenience.

-Have a great one!
