DEBAYAN MAJUMDER
This is a python script which reads a file you pass and then converts it to an equivalent encryption algorithm you choose. The script can also dencrypt the message/data you encrypted before, but this time the decrypter is intelligent enough to understand the encrypting algorithm. Now, the encryption or decryption algorithm already comes with builtin modules but here I recreated the algorithm for a better programming experience.
- To show how to work with multiple files inside of python.
- How to import packages and built your own inside of python.
- The classic encode and decode algorithms.
- How to make hidden files, also how to edit some hidden files
- Make new Directories/Files
- User Friendly scripts
- Choose file from the Import directory if a file exists or the program waits for you to drag n drop a file or number of files in the directory. (LEGACY: MANUAL PATH ENTRY IS STILL SUPPORTED)
- Choose the encoding/Encrypting algorithm you prefer to use.
The script will generate a folder named "Export" and the exported files(with their parent file name) will go under that directory.
- You have to enter the file path when the interpreter asks you to.
The script will Export the decrypted data file in a folder named "Export" and the exported files(with their parent file name) will go under that directory
python encrypter.py
python decrypter.py
python main.py