Sign inSign up

cincan/steghide

By cincan

Updated about 4 years ago

A Steganography program - hide data (and extract) in various kinds of image- and audio-files.

Image
0

5.6K

cincan/steghide repository overview

A Steganography program - hide data (and extract) in various kinds of image- and audio-files.

Input

JPEG, BMP, WAV, AU

Output

JPEG, BMP, WAV, AU, steghide report

Usage

Get info about a picture with embedded data using docker command:

docker run -v $(pwd):/data cincan/steghide info /data/picture.jpg -p passphrase

Embed message to a picture using the cincan tool:

cincan run cincan/steghide embed -cf picture.jpg -ef secret.txt -p passphrase

Extract message:

cincan run cincan/steghide:dev extract -sf picture.jpg -p passphrase

Project homepage

http://steghide.sourceforge.net/

LICENSE

GNU General public license 3.0

Tag summary

Content type

Image

Digest

Size

39.6 MB

Last updated

about 4 years ago

docker pull cincan/steghide