[][src]Crate ptero

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.