Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 750 Bytes

File metadata and controls

44 lines (29 loc) · 750 Bytes

🔐 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

▶️ How to Run

  1. Install dependencies: pip install pillow

  2. Run encryption: python encrypt.py

  3. Run decryption: python decrypt.py

👩‍💻 Author

Deeksha P