Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.34 KB

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]