Steganography is a method of hiding data in another message so that the very existence of the data is concealed . Steganography is mainly used by hiding message in graphic images .The least significant bit of each byte of the image can be replaced with bits of the secret message .
lets see how can be hide message behind the image.
required > one secret message txt file and main image file
* put the secret.txt and main.jpg on the desktop
* open cmd (command prompt)
* type "cd Desktop" (withot quetetion)
* type again "copy /b main.jpg + secret.txt steg.jpg
lets see how can be hide message behind the image.
required > one secret message txt file and main image file
* put the secret.txt and main.jpg on the desktop
this is secret message name as secret.txt file and another is image file behind which secret message are to hide in my case i am using the image file name as main.jpg
* open cmd (command prompt)
* type "cd Desktop" (withot quetetion)
* type again "copy /b main.jpg + secret.txt steg.jpg