base64_convert
Encode UTF-8 text into Base64 format or decode Base64 strings back to plain text.
Instructions
Encode a UTF-8 string to Base64 or decode a Base64 string back to text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | encode | |
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |