A Text file encryption Software (C Based). The text files are encryted with a 4 letter key entered by the User.
###Getting Started
git clone https://github.com/JeeveshN/Encrypto.git
Go to Encrypto/Soft and run Encryption_Algo.exe
On running Encryption_Algo.exe a screen appears:
There are 3 options available:-
- Create an Encrypted File from software itself
- Encrypt an already existing .txt file
- Decrypt an encrypted .txt file
###Encryption (Option 2)
As soon as 2 is entered you are requested to choose the file
After that a 4 letter key is entered and the file is encrypted.
Before Encryption
![](/extras/Test file.PNG?raw=true)