simplykeerthana / En-De_Cryption-in-Cplusplus

Encryption and Decryption using C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

En-De_Cryption-in-Cplusplus

Encryption and Decryption using C++

How to run the program...

git clone https://github.com/Madhakee01/En-De_Cryption-in-Cplusplus.git

cd En-De_Cryption-in-Cplusplus

g++ encryption.cpp

./a.out

In the sample run below, I ran the encryption test with key 3 and message Zac efron, then the decryption test with key 3 and the enrypted message of the first run.

Screen Shot 2021-02-16 at 8 28 09 PM

My Future iterations for this program is to make the program to guess the key to decrypt message... work in progress.

About

Encryption and Decryption using C++


Languages

Language:C++ 100.0%