crypto_base64_decode
Decode a base64-encoded string to recover the original data. Supports both standard and URL-safe base64 decoding.
Instructions
[crypto] Decode a base64-encoded string. Returns the original string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| url_safe | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |