ComfyUI Node
Stegano LSB Decode
Decodes 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 currently, some of the generators (specifically: carmichael, fermat, fibonacci, log_gen, and mersenne) are currently broken and are excluded.
Stegano LSB Decode
- images
- STRING
◄m1►
◄n2►
◄generator_type▾►
◄encodingUTF-8►
CategoryARG Toolkit/Steganography
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| 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 (Fast, Slow). |
| 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 |
|---|---|---|
| STRING | STRING | — |