Skip to content

Instantly share code, notes, and snippets.

@roongr2k7
Created April 19, 2023 08:17
Show Gist options
  • Save roongr2k7/1870258c328766d4b34119ee951cd39e to your computer and use it in GitHub Desktop.
Save roongr2k7/1870258c328766d4b34119ee951cd39e to your computer and use it in GitHub Desktop.
convert shasum from hex string to base64
shasum -a 256 | xxd -r -p | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment