Tuesday 14 July 2015

How to hide your files in jpg/jpeg image using CMD

This is a simple command prompt ( cmd ) trick. You can hide your files behind jpg/jpeg image. You will only need winrar and a little knowledge of commands.
Pretty cool trick it is ;)
Here's how you can do it :

Step 1- Create a folder and copy all files in the folder you wanted to hide in a image file.(EX- c:\hidden)
Step 2- Create a rar archive of these files. (EX- secret.rar)
Step 3- Copy an image file in the same folder. (EX: image.jpeg)




Step 4- Open cmd and go to the directory of the folder. (c:\hidden> ) or directly open CMD in that directly click here to know how.
Step 5- Run this command. "copy /b image.jpeg+secret.rar output.jpeg".
You will be shown that file has been copied.
To verify, check the size of the output image, it increased by an amount of data you have hidden in that image.


hiding data in an image, cmd tricks
NOTE:
Here image.jpeg is the image in which you want to hide you files, secret.rar is the archive of those files which you want to hide in the image and output.jpeg is name of the output image file.

Now you can open output.jpeg by double click. It will open as an image file and will show the preview of the image. If you want to see the files hidden inside the image, open this image output.jpeg using winrar.

No comments:

Post a Comment