Steganography


 What is Steganography and how it works?
The art and science of hiding information by embedding messages within other, seemingly harmless messages. Steganography works by replacing bits of useless or unused data in regular computer files (such as graphics, sound, text, HTML, or even floppy disks ) with bits of different, invisible information. This hidden information can be plain text, cipher text, or even images.

Some common files used for hiding the data are .jpeg, .bmp, .jpg, .bmp, .pdf, .mp3, .wav, .gif, etc.

How to hide Files in pictures

# You will need the following.. Windows 2000 / xp
# WinRar

1. Gather your image and the files you wish to lodge into it. Here I have a Message.txt which I will hide inside my Image.jpg.
2. Add the files(e.g Message.txt) you want to hide into a new RAR archive. (in the archieve name box type Message.txt and hit enter. Now ur file is in format Message.txt.rar)
3. Open Command Prompt and go to the folder where your files are located, e.g., ‘C:\Message’.
4. At command prompt type ‘copy /b Image.jpg + Message.txt.rar Rohit.jpg’ (without quotes).
(Image.jpg is the picture I want to show, Message.txt.rar is the file to be hidden, and Rohit.jpg is the file which contains both).
5. Now test the Rohit.jpg by double clicking it, and verifying it still opens.
6. Now try opening that same Rohit.jpg file from menu i.e right click on doc.jpg file you have created : openwith->WinRar archiever. It will show the original hidden file Message.txt.
Now Rohit.jpg is a simple JPEG for others, but it contains a secret file Message.txt for you…

No comments:

Post a Comment