img_lsb_embed
Hide a message inside a PNG image by modifying its least significant bits. Embed text into specified color channels and output a new stego image.
Instructions
Embed a message into an image using LSB steganography. Reads a PNG file, embeds the message into the least significant bits, and writes a new PNG file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to embed | |
| channels | No | Channels to embed into: r,g,b,a (default: r,g,b) | |
| file_path | Yes | Path to source PNG image file | |
| output_path | Yes | Output file path for the stego image |