Sunday, March 18, 2012

Mujtaba's Blog:Hiding files in an image file


Hiding files in any image file

We are going to hide a word file in a file XYZ.jpg 

1.       Take the file you want to hide (ABC.doc) and an image file (FLOWERS.jpg) in a folder (C:\EXAMPLE).

2. Right click on the file ABC.jpg and go to Send to>compressed (zipped) folder. 

3.       Name the new file as ABC.
 
4. Open Command Prompt. Go to the folder where your files are located using cd command (C:\EXAMPLE).  
  
5. Now type copy /b FLOWERS.jpg+ABC.zip XYZ.jpg where FLOWERS.jpg  is the original picture, ABC.zip  is the file that will be hidden, and FLOWERS.jpg is the file which contains both.

6. If you open XYZ.jpg you will see the FLOWERS.jpg image.

7. Try opening the file with WinRar, you can see your hidden file ABC.doc.

No comments:

Post a Comment