Translate

Thursday, October 20, 2011

Hide text message in Image

Guys, for securing private message in Image, these things are required-

1. Text File (abc.txt) ------- type your message.
2. Image File (abc.jpg) ---- your normal Picture file.

Method:
Put both the file into some Empty Directory on any drive.
Go to that directory path in command prompt and type this command-

copy /b abc.jpg+abc.txt newname.jpg
Press enter.

That’s all.

Now Open the New File (newname.jpg) in your Image Viewer Software.
It will look same as original. There will be no difference.

Now open this New File (newname.jpg) in Notepad.

There will be lots of crisp cross letter symbols.
Don't Worry.
Go to end of the file.
The abc.txt content is available at the end of new file.

Explanation:
Copy is a command in DOS which copies two files in Binary mode and creates new file.
Enjoy this trick.
------------------------------------

No comments:

Post a Comment