PaddingEncoder
class PaddingEncoder
Template-based steganography: hides plaintext after a recognizable cover block.
The encoded form is title, blank line, template body, blank line, then secret payload. Decoding succeeds only when the input starts with the exact marker derived from the template.
Functions
Link copied to clipboard
Wraps plaintext after templateTitle and templateBody with standard paragraph spacing.