Posts

Showing posts from August, 2013

Store your message inside Image

Image
Hide your Message behind the Image Hello, i am going to show you how to store your secret message inside the image. Follow my instruction. Step 1 : Open Notepad [Start >> Run >> Type "notepad" >> Enter] Type your message which you want to hide in image and save it on deaktop. 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 t