Search This Blog

Saturday 9 February 2013

STEGANOGRAPHY.

What is Steganography?
Steganography is the technique of hiding confidential information within any media.

Just follow the steps as given below :-
FIRST METHOD:
Select an image to be used for hiding file.
Now select a file to hide behind the image.
It can be text or doc file.
Run command on command prompt:
Copy /b imagename.jpg+filename.txt newimage.jpg

SECOND METHOD:
First copy any Image to your C: directory
Now go to command prompt.
Type: cd\
Now write command as:
echo “your text to hide” >> image.jpg
change 'your text to hide' to your message and also name of the image.

HOW TO SEE HIDDEN MESSAGE:
Now go to your image and open it with Notepad and you will see your hidden message at the end of the image file contents.
......................................................................................................

No comments:

Post a Comment