项目作者: JT-18
项目描述 :
Implementation of Classical Symmetric Key Ciphers from scratch
高级语言: C++
项目地址: git://github.com/JT-18/Classical_Ciphers.git
Classical_Ciphers
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.