base64_encode
Encode data into Base64 format. Select input encoding as UTF-8 or hex for flexible conversion.
Instructions
Base64-encode data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to encode | |
| encoding | No | Input encoding: utf8 (default) or hex | utf8 |