Encode text to Base64, or decode a Base64 string back to plain text.
Base64 represents binary/text data using 64 printable characters, commonly used in data URLs, email attachments, and API tokens. Encoding/decoding happens with the browser's built-in btoa/atob functions β nothing leaves your device.