STEGANOGRAPHY ON EDGE PIXEL OF THE IMAGE
Daftar Isi:
- This Program created for hide messages in the image. The program uses least significant bit method to hide the messages into edge pixel of image. In this program, hiding of messages will be carried out on the edges pixel of image (pixels that have a value of 255) starting from the random coordinates of edge pixels. The images will be processed edge detection first using Sobel method to obtain edges pixel image. There will also decode process to take the hidden message in the image. The result of steganography is an image that is similar to the original image but inside it there is a message / information. The result of the decoding process is the message contained in the image. This project is not perfect yet, because sometimes the decode messages result is not equal to encode messages.