Options (5)
--coverfilebooleanEmbed data in a PNG, prompting for a passphrase
Example:
steghide embed {{[-cf|--coverfile]}} {{path/to/image.png}} {{[-ef|--embedfile]}} {{path/to/data.txt}}--embedfilebooleanEmbed data in a PNG, prompting for a passphrase
Example:
steghide embed {{[-cf|--coverfile]}} {{path/to/image.png}} {{[-ef|--embedfile]}} {{path/to/data.txt}}--stegofilebooleanExtract data from a WAV audio file
Example:
steghide extract {{[-sf|--stegofile]}} {{path/to/sound.wav}}-z, --compressbooleanEmbed data in a JPEG image, using maximum compression
Example:
steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-z|--compress]}} {{9}}-e, --encryptionbooleanEmbed encrypted data in a JPEG image, e.g. with Blowfish in CBC mode
Example:
steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-e|--encryption]}} {{blowfish|...}} {{cbc|...}}Examples (6)
Embed data in a PNG, prompting for a passphrase
steghide embed [-cf|--coverfile] path/to/image.png [-ef|--embedfile] path/to/data.txtExtract data from a WAV audio file
steghide extract [-sf|--stegofile] path/to/sound.wavEmbed data in a JPEG image, using maximum compression
steghide embed [-cf|--coverfile] path/to/image.jpg [-ef|--embedfile] path/to/data.txt [-z|--compress] 9Get the list of supported encryption algorithms and modes
steghide encinfoEmbed encrypted data in a JPEG image, e.g. with Blowfish in CBC mode
steghide embed [-cf|--coverfile] path/to/image.jpg [-ef|--embedfile] path/to/data.txt [-e|--encryption] blowfish|... cbc|...made by @shridhargupta | data from tldr-pages