Skip to content

Instantly share code, notes, and snippets.

@mladenp
Created October 20, 2015 13:35
Show Gist options
  • Save mladenp/d1c6fcfd57315c119c6e to your computer and use it in GitHub Desktop.
Save mladenp/d1c6fcfd57315c119c6e to your computer and use it in GitHub Desktop.
Android key hashes get
// Windows - inside c:\openssl\bin
keytool -exportcert -alias androiddebugkey -keystore debug.keystore | ".\openssl.exe" sha1 -binary | ".\openssl.exe" base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment