Hide secret file in image

You may be surprised if I tell you that you can hide your secret file in images. This article helps you to hide files on images.

The  things you required are cmd , winrar (to compress), images and files to be hide.


Before begin, I have one secret file named : secret.pdf, I do not want other people know about this file and also a picture named : apple.jpg. All of that files I put on my personal folder named pictures.

Follow the given steps.
  1. open command prompt.
  2. Now change directory to picture folder through command prompt.
  3. Now compress your secret file(secret.pdf) using winrar.
  4. Next we use command prompt. type following code
    copy /b [image_filename].jpg + [rar_filename].rar nkd.jpg
    for our example code becomes
    copy /b apple.jpg + secret.rar nkd.jpg
    here nkd.jpg is our newfile which contain hidden document.
  5. Go your picture folder , you can see nkd.jpg.
  6. Now to view original file ,nothing too do just open file with winrar or you can also change extention from jpg to rar.

If you have any doubts or suggestions related this post comment below or contact us on manishpunk9@gmail.com
Previous
Next Post »