To run this web application on the command prompt/terminal: Type (use the current working path for respective devices):
cd /Users/anitejsrivastava/Downloads/CyberSec/RCA-Encryption-Flask-Project
python app.py
After running, For encryption go to:
http://localhost:5000/upload
Upload the image to encrypt
For decryption go to:
http://localhost:5000/decrypt
Upload the encrypted image (test.PNG) as well as the keys (keys.txt)
Software used:
1. python 3.9
2. Flask 2.2.1
3. VS Code 1.70
4. numpy 1.23.2