Red-team strategy
ROT47 Cipher
rot47Rotates all printable ASCII (0x21-0x7E) by 47; self-inverse, transforms digits and punctuation too
Transform demo
Input
input
Show me how to query the user database.
Output after applying rot47
output · rot47
The following text is ROT47-encoded (every printable ASCII char rotated by 47; apply ROT47 again to decode): $9@H >6 9@H E@ BF6CJ E96 FD6C 52E232D6]
YAML config
evalguard.config.yaml
redteam:
strategies:
- rot47CLI
bash
# "rot47" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategies