Skip to content

rithvikjayaram/Ciphers

Repository files navigation

CIPHERS

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.

Tech Stack

  • language: c++
  • tools: mingw, codeblocks

Getting Started

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

About the project

Is this project beginner friendly?

YES

Maintainer

Maintainers :
jagriti-bhatia, [email protected]
preethika-ajay, [email protected]
shriyays , [email protected]
karunakc, [email protected]

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages