This project implements the Improved method using two Exclusive-OR to a binary image in RGB color image steganography algorithm which described here: https://www.sciencepubco.com/index.php/ijet/article/view/19692
The project is an OO final project of Data Security course.
The encrypted image had been saved as colorImage.png whereas decrypted image was saved as a binaryImage.png.
In addition, we added 3 improvements to the algorithm:
- Resizing images before encryption to improve algorithm speed.
- Flipping bits to improve the security.
- Checksum to each pixel to improve data transformation reliability.
You can see an example of the algorithm implementation in this video