Sunday, May 1, 2011

STEGANOGRAPHY :- HIDE A MESSAGE IN AN IMAGE


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.
  1. open notepad and write a message that you want to hide in it and save it with a name say abc.txt .
  2. now open command prompt 
  3. now go to that folder in which the file are stored
  4. now write the following code:   
                copy /b xyz.jpg+abc.txt
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.
                      enjoy it






1 comment:

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

    ReplyDelete