May 2020 - created by Min Lwin Kyaw
A cross-platform application to hide one small image to another big image to by using bit level data encryption or password base encryption on bit level encrypted image. Project was done by using python, and image processing.
In the application, user can insert one image as base image(bigger image that big enough to hide small one) and secret image(small image that small enough to hide inside base image).
User can use reversed XOR(encryption method that I created) or plain to hide image.
Support three different output image types - png, tiff, bmp (jpg will compress the image before saving it, so, it will break stored bit values and result will be different. That's why I used these formats for save image).
To reversed secret image from steganography image, if image used reversed XOR encryption, then need to select reversed XOR encryption, if not just select none and decrypt image from it.