text_whitespace_detect
Analyzes text for hidden binary data encoded as trailing spaces (0) and tabs (1). Detects whitespace steganography in each line.
Instructions
Detect whitespace encoding in text. Checks each line for trailing whitespace patterns where space=0 and tab=1 might encode binary data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to analyze |