A simple Flask-based web tool for image encryption and decryption using pixel manipulation.
- Encrypts images by inverting pixel RGB values
- Decryption is reversible using the same method
- Upload an image and view the result instantly
pip install -r requirements.txt
python image_cipher.py