You are on page 1of 3

Steganography

Steganography is the art of hiding information by embedding messages within other seemingly harmless messages. The hidden information can be text, images or so. Consider the following 2 images:

7.74 kb

7.87 kb

Though the two images are identical, but there sizes differ. The difference arises as the second image has a hidden text file attached to it. Lets see how you can do it by using Windows Command Prompt. Using CMD 1. Go to Start->Run->cmd 2. Go the directory where the image and text file to be attached are saved. 3. Write the command : copy /b pic.jpg + file.txt pic1.jpg

4. Open the folder. Youll find another file pic1.jpg in the folder. If you open the image with any photo viewer, you wont be able to know that any hidden information is bound to it. However, if you open pic1.jpg with notepad, youll see the following data.

Youll find that the text at the end of the file is the one which forms a part of file.txt. Your data is hidden!

You might also like