You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic implementation of cryptography using python to encrypt files This file requires Python 2.7
Steps for running this code :-
Go to the downloaded file location.
In location bar type "cmd" and hit Enter.
You need to install the required files first. Type "python -m pip install -r requirements.txt" on command prompt and hit Enter.
Wait untill all the required libraries are downloaded and gets installed. (Installation speed depends on Internet speed and processing speed of computer)
Then simply run "app.py" file using command prompt using "python app.py"
You will be provided with a link. Simply copy the link and paste it in your desired web browser.
There you Go! Now you got your own file encryptor.
If anyone wants edit this code or add new features, You are more than welcome to do so. Just let me know after you update anything. I will surely appreciate your efforts.
About
Install Python 2.7 in order to get this code working.