Steganography is the technique of hiding a message into an image :
Here is the procedure for hiding a message in an image :
suppose that the image file name is xyz.jpg
make sure that both text and image files are in the same folder.
- open notepad and write a message that you want to hide in it and save it with a name say abc.txt .
- now open command prompt
- now go to that folder in which the file are stored
- now write the following code:
copy /b xyz.jpg+abc.txt
now press enter
on command prompt you will see
xyz.jpg
now press enter
on command prompt you will see
xyz.jpg
abc.txt
one file(s) copied
- now open the image file with notepad you can see your msg in the last line.

helo frnd....its interesting but pls tell me how to go into that folder in which files are stored.
ReplyDelete