A Steganography program - hide data (and extract) in various kinds of image- and audio-files.
5.6K
JPEG, BMP, WAV, AU
JPEG, BMP, WAV, AU, steghide report
Dockerfile linkslatest (steghide/Dockerfile)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
http://steghide.sourceforge.net/
Content type
Image
Digest
Size
39.6 MB
Last updated
about 4 years ago
docker pull cincan/steghide