Saturday, July 2, 2011

How to hide files inside a JPEG image??

What is Steganography?
        
          Steganography is the art and science of hiding messages. Steganography is often combined with cryptography so that even if the message is discovered it cannot be read. The word steganography is derived from the Greek words “steganos” and “graphein”, which mean “covered” and “writing.” Steganography, therefore, is covered writing. Historical stenganography involved techniques such as disappearing ink or microdots. Modern steganography involves hiding data in computer files. It is fairly easy to hide a secret message in a graphic file without obviously altering the visible appearance of that file.


How to hide files inside a JPEG image?

1) Copy the image and the files (you want to hide) to the same folder. (Here i will copy to desktop for comfort to explain).

2) Make a rar file of all the files you want to hide.

3) Now open command prompt and type cd Desktop

4) copy /b Image.jpg + files.rar Output.jpg

5) Right-click on Output.jpg and open with WinRar and you can see all the files you had compressed.

0 comments:

Post a Comment