Bash Command to Base64 Decode a String

Readability: Easy | Reading Time: 20 seconds

If you want to Base64 decode a string, you can make use of the base64 command.


Example:

bash-3.2$ echo 'Q29kZTJjYXJlCg==' | base64 -d

Code2care
Base64 Decode String using Bash Command

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!