base64
Convert text to Base64 for encoding, or decode Base64 strings back to readable text. Provide the input and choose encode or decode to get the result.
Instructions
Encode or decode Base64 strings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode or Base64 string to decode | |
| action | Yes | encode or decode |