Decode Password in Base64 in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Type echo -n “< encoded password >” | base64 -d and press the return key to decode the password in Base64.
image

⚠️ **GitHub.com Fallback** ⚠️