Created
October 20, 2015 13:35
-
-
Save mladenp/d1c6fcfd57315c119c6e to your computer and use it in GitHub Desktop.
Android key hashes get
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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