Expand description
§ptero
ptero
is a crate with utilities for the ptero_cli
frontend
Modules§
- binary
- Utils for binary data manipulation
- cli
- context
- Context containing all needed data (e.g. access to cover text) for the steganography methods.
- decoder
- Contains stegotext decoders.
- encoder
- Contains secret data encoders both simple and complex ones.
- log
- Logger utilities.
- method
- Module containing all the available methods for text steganography.
- text
- Provides functions for manipulation text e.g. word iterator
Macros§
- impl_
complex_ decoder - Macro for implementing the Decoder trait for complex methods. It assumes that method is only composed by other methods.
- impl_
complex_ encoder - Macro for implementing the Encoder trait for complex methods. It assumes that method is only composed by other methods.