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

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

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