Friday, December 31, 2010

Hide files in an image file

This post shows you how to hide files inside an image file.

1. Open C: Drive and make a folder in it e.g. “geeks”. Put both the files i.e. the file that you want to hide and the image inside which you want to hide the file into this folder

2. Select both the files and make a compressed RAR archive e.g. “secret.rar” out of them

3. Open Run and type in “cmd” to open the Command Prompt. Now type “cd/” and press enter. Now, type “cd geeks” to open the folder (where “geeks” is the folder that I am using in this tutorial)

4. Type the command “
Quote:
copy /b maria.jpg + secret.rar safe.jpg
” and press enter

5.The new picture safe.jpg is now the nested Picture file which has the hidden file saved inside it. Change its extension from .jpg to .rar anytime to access or extract the hidden file.

No comments:

Post a Comment