Skip to content

Instantly share code, notes, and snippets.

@artizco
Created July 18, 2014 11:00
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 artizco/d56045af93389488c361 to your computer and use it in GitHub Desktop.
Save artizco/d56045af93389488c361 to your computer and use it in GitHub Desktop.
Android open ssl sha1
Open SSL
cmd -> cd C:\Program Files\Java\jdk1.7.0_40\bin
keytool -v -list -keystore "C:\Users\Yasin\.android\debug.keystore"
keytool -exportcert -alias androiddebugkey -keystore "C:\Users\Yasin\.android\debug.keystore" | "C:\OpenSSL\bin\openssl" sha1 -binary | "C:\OpenSSL\bin\openssl" base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment