crypto_base64_encode
Encode text strings into Base64 format for secure data transmission or storage. Supports URL-safe encoding for web applications.
Instructions
[crypto] Base64-encode a string. Returns the encoded string.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| url_safe | No |