Base64 Decode
base64_decodeDecodes Base64 or Base64URL encoded data back to text, validating input to prevent mojibake.
Instructions
Decode Base64 (standard or URL-safe) back to text. Reports whether the input was valid rather than returning mojibake. Web version: https://buildutilities.com/base64-codec
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded | Yes | Base64 or base64url input |