Module method

Module method 

Source
Expand description

Module containing all the available methods for text steganography.

Modules§

complex
Module containing complex methods. Complex usually means combination of several other methods.
line_extend
Method which adds extra word when encoding bit (uses pivot, which informs about expected max line length)
random_whitespace
Method which adds extra ASCII space when encoding bit
trailing_unicode
Method which puts trailing Unicode whitespace or invisible chars when encoding bit
trailing_whitespace
Method which puts trailing ASCII space when encoding bit
variant

Traits§

Method
Combination of Encoder and Decoder traits - each method should be able to encode and decode.