Encryption is the process of encoding a message or information in such a way that only authorized parties can access it and those who are not authorized cannot. Our program is a collection of simple ciphers - Enigma, Ceaser, Atbash, Playfair and vigenere, that encrypt messages with the required rules. To know more about the Ciphers, refer to the respective .txt files . The program uses simple C++ concepts such as arrays and basic logical operations.
If you want to jump head-first and get started with Contributions, head over to
CONTRIBUTING.md
to get started!
PLEASE NOTE THAT ONLY LETTERS WILL BE ENCRYPTED.
- language: c++
- tools: mingw, codeblocks
Here's How you can get the program running in your machines :
First, install mingw compiler for the mentioned website: https://sourceforge.net/projects/mingw/files/
and then add to path in environment variables
Now, run the following commands to run the code
windows-
g++ filename.cpp
a.exe
linux-
g++ filename.cpp
./a.out
YES
Maintainers :
jagriti-bhatia, [email protected]
preethika-ajay, [email protected]
shriyays , [email protected]
karunakc, [email protected]