Secret Image parts Sharing on Multiple images

secret image parts sharing on mu

Secret Image parts Sharing on Multiple images

Implementation Details:
————————

Sender takes secret image, Hidimg image1 and Hiding image 2

Secret image is split into 2 parts img0, img1

The part of sercret image is taken and encoded and converted to string value then hidden in Hiding image 1, simialarly second part also done

The above secret create hideimage1 and hideimage2

Then this image is sent to receiver

Receiver receives receivedimage1 and receivedimage2

These images are loaded to extract secret image

the image is read and string value is separated and then decoded to get image parts

Then image parts are combine to get real secret image

Java Demo

Leave a Reply

Your email address will not be published. Required fields are marked *