This project provides a simple image encryption tool that applies basic manipulation techniques to secure image data. It allows users to swap pixels and apply mathematical operations (e.g., adding a constant value to pixel values) to make the images unreadable without proper decryption.
- Pixel swapping for basic encryption.
- Mathematical operations on pixel values for further transformation.
- Option to select, view, and save encrypted images.
- Run the script.
- Select an image file using the file dialog.
- View the original, swapped, and modified (encrypted) images.
- Save the encrypted images.
- Python 3.x
Pillow
library (for image handling)numpy
library (for array manipulation)
pip install pillow numpy
License:
This project is licensed under the MIT License.
You can now copy and paste this directly into your `README.md` file!