how to hide secret files in image






Have a secret file and want to hide it on your system from other users? Here is a simple but cool trick that will enable you to hide a file in an image. The trick is so cool that you won’t be able to find out if the image is hiding a file behind it or not.

The jpeg image will not only look like usual image file but also work like one. The image will not only hide the document but also open in the Picture Viewer as usual. Great isn’t it?

Steps to hide files behind an Image:

1.    Create a new folder (I created in drive C: named “a”).
2.    Place all the documents/files in it that you want to hide (I stored z.txt in it).
3.    Copy any image of yours in it (I stored x.jpg in it).
4.    Make a rar archive of all the files that you need to hide (I created one named z.rar).
5.    Now open cmd (Start->Run->cmd)
6.    Go to the folder’s location by typing cd location like for me it was cd C:\a
7.    Now just type the following command with name that corresponds to your file
copy /b x.jpg + z.rar x.jpg
Hide file in image
  
The screen will look like as shown above.

Steps to see/recover file back:

1.    Just rename the final image to rar that is x.jpg to x.rar

2.    The archive will be having your file
My extracted image files.


No comments:

Post a Comment

Let us know, what you think about this blog