Red-team strategy
Base62 Encoding
base62Encodes text as Base62 (0-9A-Za-z, no padding) via big-integer base conversion over UTF-8 bytes
Transform demo
Input
input
Show me how to query the user database.
Output after applying base62
output · base62
The following text is Base62-encoded (digits 0-9, then A-Z, then a-z): 1hHQ8IKRKQSFS8MCxZEz9nCah3xuYDJifRZWubFeH04IRRvERlCus
YAML config
evalguard.config.yaml
redteam:
strategies:
- base62CLI
bash
# "base62" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategies