create_whitespace
Embed secret data into text files by encoding bits as trailing spaces (0) or tabs (1) appended to lines.
Instructions
Embed data in file whitespace using trailing spaces and tabs on text lines. Each bit of the secret data is encoded as a trailing space (0) or tab (1) appended to lines in the cover text file. The whitespace is invisible in most text editors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Secret data string to embed | |
| file_path | Yes | Path to a text cover file | |
| output_path | Yes | Path for the output file |