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

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap