π 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