Decode a base64 string back to plain text.
Section: Strings and Formatting
Base64-decode string
bash
bash
echo '"aGVsbG8gd29ybGQ="' | jq -r '@base64d'Explanation
Input must be a JSON string containing base64 data.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Strings and Formatting