base64_decode
Decode base64-encoded strings into plain text or hexadecimal output. Use for reverse engineering tasks when you need to convert encoded data quickly.
Instructions
Decode a base64 string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Base64-encoded string | |
| output_encoding | No | Output encoding: utf8 (default) or hex | utf8 |