Nodes/ComfyUI ARG Toolkit/Stegano LSB Encode
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.

By AzelusLightvale·Created 11 months ago·Updated 25 days ago· 1
Stegano LSB Encode
  • images
  • IMAGE
messageHello World!
m1
n2
generator_type
encodingUTF-8
CategoryARG Toolkit/Steganography

Inputs (6)

NameTypeDefaultDescription
imagesIMAGE
messageSTRINGHello World!
mINT1The primary number used when accessing certain generators. Needed for: LFSR, Ackermann (all variants).
nINT2The secondary number used when accessing certain generators. Needed for: Ackermann (Slow, Fast).
generator_typeCOMBO11 options: None, LFSR, ackermann, ackermann_fast, ackermann_naive, ackermann_slow, +5
encodingCOMBOUTF-8Chooses the encoding format for the message. Only allows standard UTF-8 or a version with UTF-32LE

Outputs (1)

NameTypeDescription
IMAGEIMAGE