Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinayaksh42/image-security

encrypt and decrypt your images using this flask backend web app
https://github.com/vinayaksh42/image-security

flask jinja security

Last synced: about 1 month ago
JSON representation

encrypt and decrypt your images using this flask backend web app

Awesome Lists containing this project

README

        

# Image-Security

HOW TO USE THIS PROJECT

1. Download this repo on your system.
2. Extract the downloaded zip file.
3. 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
4. Open Command Prompt of Anaconda called as Anaconda Prompt (as most of the dependencies are pre-installed).
5. Now change the path of working directory to that of the extracted repository (that is, ..\Image-Security-master)
6. When the path of working directory is same as that of the extracted repository run these commands in anaconda prompt:-

. . .flask
. . .python runserver.py

7. 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.
8. In your browser open the server address (http://localhost:5555/ in most cases).
9. Upload any image to the encryption tab, it will generate encrypted image file along with the key to decrypt it.
10. Upload the encrypted image along with the correct key on the decryption tab to download the decrypted image.

AND YOU'RE GOOD TO GO!

# deployed on heroku

https://frozen-meadow-98880.herokuapp.com/