Decode Password in Base64 in Terminal on Mac - DevPops-Inc/mac GitHub Wiki
• Type echo -n “< encoded password >” | base64 -d
and press the return key to decode the password in Base64.
•
• Type echo -n “< encoded password >” | base64 -d
and press the return key to decode the password in Base64.
•