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 is a seasoned developer with over 10 years of experience in web and app development, and a deep knowledge of operating systems. Author of insightful How-To articles for Code2care.

Follow him on: X

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