JT-18 / Classical_Ciphers

Implementation of Classical Symmetric Key Ciphers from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Implementation of Classical Symmetric Key Ciphers from scratch


Languages

Language:C++ 100.0%