ComfyUI Node
Stegano LSB Encode
Encodes a message in the least significant bit (LSB) of the image. Includes some generators for different steganography methods for harder detection. - Library used: [Stegano](https://github.com/cedricbonhomme/Stegano) Note that some of the generators (specifically: carmichael, fermat, fibonacci, log_gen, and mersenne) are excluded.
Stegano LSB Encode
- images
- IMAGE
◄messageHello World!►
◄m1►
◄n2►
◄generator_type▾►
◄encodingUTF-8►
CategoryARG Toolkit/Steganography
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| message | STRING | Hello World! | — |
| m | INT | 1 | The primary number used when accessing certain generators. Needed for: LFSR, Ackermann (all variants). |
| n | INT | 2 | The secondary number used when accessing certain generators. Needed for: Ackermann (Slow, Fast). |
| generator_type | COMBO | 11 options: None, LFSR, ackermann, ackermann_fast, ackermann_naive, ackermann_slow, +5 | |
| encoding | COMBO | UTF-8 | Chooses the encoding format for the message. Only allows standard UTF-8 or a version with UTF-32LE |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |