STEGANOGRAPHY

STEGANOGRAPHY(hiding message in a image)We are going to add a secret message in an image using cmd. Open cmd set the current directory to the directory where the image is stored..(suppose image is stored in d:\ directory) then write these commands.
cd d:
d:












YOUR CURRENT DIRECTORY IS NOW SET TO d:\suppose the image name is "a.jpg"Write these commands
echo "YOUR SECRET MESSAGE" >> "a.jpg"
 











Open the image in the notepadscroll down and you will view the text.

Comments

Post a Comment