BTemplates.com

Search This Blog

Sunday, 19 July 2015

Steganography


This technique is called as Stenography. It involves hiding data behind images so that only the intended recipients can read the message being sent. I will show you how to hide files inside a picture file. They are almost undetectable, and can be made very hard to get. You can not only hide files in pictures, but music files, videos, and just about anything else.

 







There are so many S-tools available to hide data behind images. But here you don't need any tool for this. You will need these things:
1) A picture to hide stuff in
2) Files to be hidden
3) A file compression software (I’m using Winrar)
4) Command Prompt

So here we go.

Step 1: Add the data files to a single .rar file and place a image file in the directory containing the rar file.

Step 2: Open Black Box (Command Prompt). [Press windows key + r. Type cmd and press enter. It will open black box.]

Step 3: Select the Disk Drive by writing drive_name: and peress enter. E.g. desktop: or c: or d:

Step 4: Now type the command copy /b <Image.jpeg> + <File.rar> <New_name.jpeg>. And press enter and its done.

Note: Don't include < > while running the command. These sign(s) are only enclosing a file_name with it's extension.
Now you would like to know how to excess that hidden file.

What you have to do is only to open that image file with winrar. It will open the rar file hidden behind image file.
For that:
1. Right click on image file containing the hidden rar file.
2. Goto Open with and chose Winrar. And the hidden rar file is opened.

Note: Don't make winrar a default program to open that file. Else it will open the hidden rar file whenever you open it by double clicking on it.

0 comments:

Post a Comment