Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thanhzusu/360fbb472d0e1b6e510c3fc4d8c3a1ec to your computer and use it in GitHub Desktop.
Save thanhzusu/360fbb472d0e1b6e510c3fc4d8c3a1ec to your computer and use it in GitHub Desktop.
Convert SHA-1 hash in hex format into base64 hash
echo [SHA1 hash in hex format] | xxd -r -p | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment