C++, I want to be able to "encrypt" and decrypt a .txt file using a character by character XOR with a key of "1".
I am able to successfully encryp