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