obfuscate_string
Protect sensitive text by converting characters to HTML entities, Unicode, or Base64 representations to prevent automated scraping and data extraction.
Instructions
Obfuscate text by replacing characters with their HTML entities or other representations
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to obfuscate | |
| method | No | Obfuscation method |