encode_decode_base64
Encode text to Base64 or decode a Base64 string back to text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Either "encode" or "decode". Defaults to "encode". | encode |
| text | Yes | The text to encode, or the Base64 string to decode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||