Steg is a rust based tool for steganography of image files.
Currently Supports:
- PNG
- TIFF
- BMP
- ICO
The JPEG steganography uses code from image
crate and jpeg-decoder
crate.
- The
src/jpeg
folder ofsteg
is a direct copy ofsrc/codecs/jpeg
of theimage
crate with some changes for steganography. - The
src/jpeg_decoder
folder of steg is a copy ofsrc
folder of thejpeg-decoder
crate with some changes for steganography.
Usage: steg.exe <COMMAND>
Commands:
e, encode Encode a message in to an image
d, decode Extract the message stored in a message
c, calculate Calculate the possible storage capacity of the image
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help