Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joemar-tagpuno/11b8a348c644d3a77dd41745329c695d to your computer and use it in GitHub Desktop.
Save joemar-tagpuno/11b8a348c644d3a77dd41745329c695d to your computer and use it in GitHub Desktop.

Encode in base64

echo -n 'username' | base64

Decode in base64

base64 --decode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment