Base64 Encode
base64_encodeEncode UTF-8 text to Base64 / Base64URL / Base32 / Hex (keyless, offline). Set variant (default base64).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode. | |
| variant | No | Encoding: base64 (default), base64url, base32, or hex. |