This project demonstrates a simple image encryption and decryption tool using pixel manipulation techniques. By modifying the pixel values of an image, the tool ensures data security and allows reversible decryption.
- Encryption: Apply transformations to image pixels to generate an encrypted version.
- Decryption: Reverse the transformations to recover the original image.
- Pixel Manipulation: Includes operations such as pixel swapping and basic mathematical transformations.