Wanted to see some simple forms of encryption and found the xor-cipher. Here is a casual attempt at it.
git clone <this repo>
cd xor_cipher
mkdir build
cd build
cmake ..
make
./xorCipher <your input string>
- Made to only work with one argument.
- all inputs are treated as ASCII chars