In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. This tool will take the text from the user and will encrypt the text and ask them if they are willing to decrypt the text or not. It also has the functionality to save the output into the text file.
$ git clone https://github.com/SHAHKRISHS/Encryption-and-Decryption.git
$ cd Encryption-and-Decryption
$ pip3 install -r requirements.txt
After Installing all the requirements you are ready to go!!
$ python3 main.py
Requirements
Creating a new File and saving decrpted data
Output of the above file
Appending the output to the File that already exists
Output of the appended result to the file
Overwrite the output to the File that already exists
Output of the overwrite File
Creating a new file and saving encrypted data
Output of the above in a file
Appending the result to the output file
Output of the file
Overwrite the result to the above output file
Output of the file
Author: Krish Shah
License: MIT License