Last active
January 2, 2018 10:24
-
-
Save BenDLH/3d910a25513199caee848a3b05fb8d1e to your computer and use it in GitHub Desktop.
SHA-1 for Android app
This file contains 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
Debug keystore | |
keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android | |
Productsion keystore | |
keytool -list -v -keystore C:\Users\Ben\{path-to-key}\keystore.jks -alias {alias} -storepass {store-password} -keypass {key-password} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment