Implementation of Classical Symmetric Key Ciphers from scratch
- Feel free to download and run the cpp code to understand the working of classical symmetric key ciphers.
- Run the programs on GCC 4.9.2 (C++ 11) or higher version of the Compiler.
- Run the codes on interactive terminals like the windows terminal.Online IDE's wont be able to run the code because the codes require dynamic user input.
- The input message must consist of lower case english alphabets only.