Expand description
Stegosaurust is a command line program and library to perform steganography in rust.
Modules§
- cli
- Data structures for parsing and validating command line options to
stegosaurust. - compress
- Compression module with a simple interface to compression/decomporession functions, without all the fuss.
- crypto
- Cryptography module to provide a simple interface to common encryption and hashing function, without all the fuss.
- image_
api - Image API contains an HTTP client to fetch images from a remote API
- steganography
- Steganography module containing different implementations of encoding methods.
Enums§
Functions§
- run
- Performs the steganography from the given command line options. Called from
main.