base64_encode_decode
Convert text to Base64 or decode Base64 strings back to readable text, with support for standard and URL-safe formats.
Instructions
Encode or decode a Base64 string. Supports standard and URL-safe Base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to encode or Base64 string to decode | |
| action | Yes | "encode" or "decode" |