Archive for the ‘Security’ Category
Do you know what is Steganography?
Steganography is the method of hidding message in such a way that no one apart from the sender and the intended recipient can view the message.The word steganography means concealed writing..
a small comparison with steganography and cryptography..
- the goal of cryptography is to make data unreadable by a third party,
- the goal of steganography is to hide the data from a third party
With computers and networks there are many other ways for hiding message which include
- covert channel
- hidding text within webpages
- null ciphers
The following formula provides a very generic description of the pieces of the steganographic process.
cover_message+hidden_message+stego_key=stego_medium.
Image steganography:technique to pack the hidden message into insignificant bits in image data.
Audio steganography:here hide the message inside an audio file.Here the messages can be embbeded using LSB algorithm.
LSB Algorithm:
- select an audio file
- secret message is embedded at the least significant bit of the audio file
- sender and recipient share the secret key.
- in destination as soon as the audio file is got,the message will be stored in a buffer
- the message can be retrieved only by using the stego_key




