Thursday, 11 July 2013

Hide files in any image

This is a perfect way to hide secret files and messages in an innocent looking JPG file. Try it for yourself; Save the picture below to your harddisk and open it there. When opened, it'll probably open with the standard image viewer. Now, close the application, right click the JPG file and open it with WinRAR. Can you see the hidden file? How to create such an hidden message on your own, click on So, you want to hide files from others like your boss? Here's how to do it. You (and the person you're sending the secret to) only need WinRAR and you're both ready to send secret messages! 




1)Select the JPG file you want to use, like a picture.
2)Select the file you want to hide, for example a video file
3)Then copy both file in desktop,


4)compress the file you want to hide

5) Then open command prompt.

6) Then type following code in command prompt 

cd  "desktop"   then press enter.

then type
copy  /b  image.jpg + file.zip  output.jpg
*NOTE* image.jpg  replace needs to be replaced with the name of your JPG file.

in my case it is 
copy  /b  mickey.jpg + tum.zip  hide.jpg



7) TO RECOVER YOUR HIDDEN file
just type in command prompt

ren  image.jpg  file.zip

its done!!

No comments:

Post a Comment