🔐 Image Encryption Tool
A simple Python-based image encryption tool that uses pixel manipulation techniques such as:
- Pixel Swapping
- Modular Arithmetic Transformation
🚀 Features
- Encrypt images using mathematical key transformation
- Encrypt using pixel swapping method
- Decrypt images back to original
- Beginner-friendly cryptography project
🛠 Tech Stack
- Python
- Pillow Library
📂 Project Structure
Image-Encryption-Tool/ │ ├── encrypt.py ├── decrypt.py ├── input.jpg ├── encrypted.jpg ├── decrypted.jpg
-
Install dependencies: pip install pillow
-
Run encryption: python encrypt.py
-
Run decryption: python decrypt.py
Deeksha P