text_zwc_embed
Embed a secret message into cover text by encoding it as zero-width characters (ZWSP and ZWNJ) inserted between text characters.
Instructions
Embed a secret message into cover text using zero-width characters. Encodes the message to binary and maps bits to ZWSP(0)/ZWNJ(1), inserting them between characters of the cover text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Cover text | |
| message | Yes | Secret message to embed |