Saturday, October 20, 2018

Hide Files inside a Image




First of all you should compress your files what you need to hide.Then Hide compressed file using a CMD(Command Prompt) code.


After doing that when you double click you output(.jpg image) it will open as a image, but if you choose to open with winrar it will open compressed files.No one can think that there is a hidden compressed file inside image.


Steps :

1. Compress files in to one .rar file.

To do that you should have installed winrar software to your computer.
Otherwise you have to install it before do this.
Right click files folder and select add to add to .rar
Then files will be compressed, it will looks like this.


2. Copy a image file to the same folder.

If your compressed file in your D drive, you should copy the image to the drive.
Imagine that your compressed file name is file then it's file.rar file.
Imagine that your image name is Image then it's image .jpg

3. Open CMD

Win key + r --> Type cmd --> Press Enter

4. Go to the Path

Type D: and then press Enter

5. Type the code

copy /b image.jpg + file.rar output.jpg

Now close the CMD.
output.jpg is the final saved file there will be the compressed file inside the image.
It's invisible now.

0 comments:

Post a Comment