crypto_base64_encode
Convert any string to its Base64 encoded representation. Supports optional URL-safe encoding that replaces '+' and '/' with '-' and '_'.
Instructions
[crypto] Base64-encode a string. Returns the encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| url_safe | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |