Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 585 Bytes

Image Encryption Tool

A simple image encryption tool using pixel manipulation written in Python.

This tool allows you to encrypt and decrypt images by applying basic mathematical operations to each pixel.

Features

  • Encrypt Images: Manipulate pixel values to encrypt images.

  • Decrypt Images: Reverse the manipulation to decrypt images.

  • Simple and Lightweight: Uses basic pixel manipulation for encryption.

Requirements

  • Python 3.x

  • Pillow library

License

This project is licensed under the MIT License. See the LICENSE file for details.