Forum Thread: How to HIDE a FILE in an IMAGE Using CMD

THE QUIETER YOU BECOME,THE MORE YOU HEAR

— KALI LINUX

In This Tutorial We Would Learn to Hide a File Within an Image

Follow the steps:

1)copy the file ,u need to hide ,to desktop(for our tutorial let us assume the file tobe "x.txt")
2)copy the image, within wich u need to hide the file ,to desktop(let it be "y.jpg")
3)convert the file(x.txt) to rar using winrar
4)so now u have "x.rar"(x is the name i assume to be of ur file)
5)now u can delete the real file wich u need to hide(here,"x.txt")
6)now open the cmd:
>ctrl+r
>type:cmd and hit enter
7)in cmd first type the code as follows:
>cd desktop
NOTE:this code is for assigning the location on cmd to desktop

8)now type the following code:
> copy /b x.rar+y.jpg out.jpg

NOTE:* In this code "x.rar" is the compressed form of our file which should be hidden

  • "y.jpg" is the image within which we will hide the file
  • "out.jpg" is the output image inside this out image our file is hidden

*HOW to RETRIVE the FILE?*

1)open winrar
2)locate out.jpg in winrar
3)double click
4)there you are in that you could find ur file "x.txt"
5)drag the file to anywhere you want it to be extracted

Done!

2 Responses

Window Key + R, not Ctrl + R, but otherwise this is a good tutorial.

OH! thank you mate :D

Share Your Thoughts

  • Hot
  • Active