=======================
- Allows for crypting/decrypting whole lines of text using Caesar cipher.
- It ommits characters different than a-z/A-Z, program doesn't modify them.
- Very simple and readable console interface.
This parser has been used only on Linux, but it probably can works on any other platform as well as it is very simple.
The only thing what you have to do is build and launch this program! If you wanna know something more please write mail/message on Github :)
Linux instruction:
git clone https://github.com/BartekkPL/caesar-cipher.git
cd caesar-cipher/
mkdir build
cd build/
cmake ..
make
And after these steps you have builded executable ready to use it in new projects!
You found it at caesar-cipher/build/caesar-cipher.
Above CAESAR-CIPHER program is released under Apache License.