HOW TO USE THIS PROJECT
-
Download this repo on your system.
-
Extract the downloaded zip file.
-
Make sure you have Flask(1.0.0) installed on your system, if not run the following command in your command prompt. . . .pip install flask
-
Open Command Prompt of Anaconda called as Anaconda Prompt (as most of the dependencies are pre-installed).
-
Now change the path of working directory to that of the extracted repository (that is, ..\Image-Security-master)
-
When the path of working directory is same as that of the extracted repository run these commands in anaconda prompt:-
. . .flask . . .python runserver.py
-
This will start your local sever, the server address will be displayed in the command prompt of anaconda. The server address will be http://localhost:5555/ in most cases.
-
In your browser open the server address (http://localhost:5555/ in most cases).
-
Upload any image to the encryption tab, it will generate encrypted image file along with the key to decrypt it.
-
Upload the encrypted image along with the correct key on the decryption tab to download the decrypted image.
AND YOU'RE GOOD TO GO!