Base64 Encode
base64_encodeEncode text into Base64 format, optionally using the URL-safe alphabet.
Instructions
Encode text to Base64. Set urlSafe for the URL/filename-safe alphabet (-_ instead of +/, no padding). Web version: https://buildutilities.com/base64-codec
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode | |
| urlSafe | No |