steghide

Steganography tool for JPEG, BMP, WAV and AU file formats. More information: <https://github.com/StefanoDeVuono/steghide>.

Install

All systems
curl cmd.cat/steghide.sh
Debian Debian
apt-get install steghide
Ubuntu
apt-get install steghide
Arch Arch Linux
pacman -S steghide
image/svg+xml Kali Linux
apt-get install steghide
Fedora
dnf install steghide
Windows (WSL2)
sudo apt-get update sudo apt-get install steghide
Raspbian
apt-get install steghide

Steganography tool for JPEG, BMP, WAV and AU file formats. More information: <https://github.com/StefanoDeVuono/steghide>.

  • Embed data in a PNG, prompting for a passphrase:
    steghide embed --coverfile path/to/image.png --embedfile path/to/data.txt
  • Extract data from a WAV audio file:
    steghide extract --stegofile path/to/sound.wav
  • Display file information, trying to detect an embedded file:
    steghide info path/to/file.jpg
  • Embed data in a JPEG image, using maximum compression:
    steghide embed --coverfile path/to/image.jpg --embedfile path/to/data.txt --compress 9
  • Get the list of supported encryption algorithms and modes:
    steghide encinfo
  • Embed encrypted data in a JPEG image, e.g. with Blowfish in CBC mode:
    steghide embed --coverfile path/to/image.jpg --embedfile path/to/data.txt --encryption blowfish|... cbc|...

© tl;dr; authors and contributors