Store your message inside Image
When I was a kid, I was wondering how secret communication is taking place. After spending my few years in the computer field, I was able to get into by doing research.
Hello, I am going to show you how to put your secret information inside the picture.
Follow the below instructions.
Step 1 : Open Notepad [Start >> Run >> Type “notepad” >> Enter]
Type your text which you want to hide in the image and save it on desktop.
Here I am saving my message in msg.txt file.
Step 2 : Copy one image on desktop. [Here i am copying 401.jpg image]
Step 3 : Now Open Command prompt [Start >> Run >> Type “cmd” >> Enter]
Now type cd desktop then hit Enter.
Then Type copy /b 401.jpg + msg.txt hiddenmsg.jpg
[Note : Here hiddenmsg.jpg is new image file which contain your message.
401.jpg is your image and msg.txt is text file
you have to change this file name in command as per your file name]
Thats it…!!! Now you can delete your old file [401.jpg and msg.txt]
Now you can see one new image file on your desktop name with hiddenmsg,jpg
How to see your message??
Step 1 : Open your new image [hiddenmsg.jpg] with notepad.
Step 2 : Go to End of that file. you will see your message there.