xtract.bot

Encode & decode

Convert between raw bytes and printable text. Base64 (standard or URL-safe alphabet, with or without padding) for JSON-safe binary payloads; hex for byte-level inspection or debug output. Each direction is its own endpoint so error handling is explicit, and inputs over 1 GiB are rejected at the request layer rather than mid-stream.