| Steganography in Ubuntu/ Debian: Hiding data in images and audio files |
|
|
|
| How to ? - Linux |
| Written by Joby Joseph |
| Thursday, 17 December 2009 05:46 |
![]() Features include: * Compression of embedded data * Encryption of embedded data * Embedding of a checksum to verify the integrity of the extraced data * Support for JPEG, BMP, WAV and AU files How to install steghide in Ubuntu / Debian Open a terminal $apt-get install steghide (or Use Synaptic Package Manager) Basic Usage $ steghide embed -cf picture.jpg -ef love.txt Enter passphrase: Re-Enter passphrase: embedding "love.txt" in "picture.jpg"... done This command will embed the file love.txt in the cover file picture.jpg After you have embedded your love letter love.txt data as shown above and you can send the file picture.jpg to your lover. Now How to extract file $ teghide extract -sf picture.jpg Enter passphrase: the file "love.txt" does already exist. overwrite ? (y/n) y wrote extracted data to "love.txt". This will give file information steghide info picture.jpg
|

















