Saturday, September 3, 2011

Hidden Text in an Image

Step 1: Copy an image file to c: of your computer.

Step 2: Copy the text(which you want to hide) to clipboard, by writing it in notepad and selecting it,
            right clicking it, then copy.

Step 3: Open cmd, by going to Start => All Programs => Accessories => Command Prompt.

Step 4: In cmd type :
            cd \
            echo “your text to hide” >> “image.jpg”.

Step 5: Now right click on image.jpg => Open with => Notepad. You can see your hidden text at the end
           of your image file contents.

Feel free to give your feedback at:
feedback@technoholics.co.in

No comments:

Post a Comment