welcome to my website and learn much more tips and Tricks

Sunday, June 14, 2015

HOW TO HIDE SECRET FILE IN IMAGE?

How to hide secret file in image?
Hello friends. Today we learn about other tricks of steganography. In past we learn about how to hide text in notepad. Now we learn about how to hide confidential file in image?
Requirement
Command prompt.
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.
open command prompt.
Now change directory to picture folder through command prompt.
Now compress your secret file(secret.pdf) using winrar.
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.
Go your picture folder , you can see nkd.jpg.
Now to view original file ,nothing too do just open file with winrar or you can also change extention from jpg to rar.

No comments:

Post a Comment