Pixel Manipulator - Simple Image Encryption Tool Pixel Manipulator is a Python-based tool that allows you to encrypt and decrypt images using pixel manipulation techniques. It utilizes a simple mathematical operation on pixel values to secure your images.
Key Features Image Encryption & Decryption: Easily encrypt and decrypt images using a customizable key. Support for Various Image Formats: Works with popular image formats like PNG and JPEG. User-Friendly Interface: A command-line interface for easy operation. How It Works Encryption: The tool reads an image, manipulates its pixel values based on a specified key, and saves the encrypted image. Decryption: It reverses the process, allowing users to retrieve the original image using the same key. Installation Clone the repository:
git clone https://github.com/your-username/pixel-manipulator.git Navigate to the project directory:
cd pixel-manipulator Install the required dependencies:
pip install -r requirements.txt Usage Run the script:
python main.py Choose an option:
Encrypt an image Decrypt an image Exit Follow the prompts to select an image and enter the encryption/decryption key.
Contributing Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue.
License This project is licensed under the MIT License.