Skip to content

Instantly share code, notes, and snippets.

@MikaelElkiaer
Created March 23, 2021 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikaelElkiaer/0e1364a33f234f27db2da842161790f5 to your computer and use it in GitHub Desktop.
Save MikaelElkiaer/0e1364a33f234f27db2da842161790f5 to your computer and use it in GitHub Desktop.
SHA256 + base64
echo -n foo | openssl dgst -binary -sha256 | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment