Result stream
Transformations
• URL encode/decode uses `urllib.parse` helpers to protect spaces/UTF-8. • HTML escape/unescape relies on Python’s `html` module. • ROT13 translation uses string translation tables for quick obfuscation.
Use cases
• Prepare payloads before copy/pasting into REST clients. • Inspect escaped strings pulled from PLC event logs. • Share redacted payloads in tickets without leaking secrets.