Monday, September 21, 2015

Locate debug.keystore and get the SHA1 fingerprint using Keytool utility

keytool without password by pressing [ENTER]

keytool with default password "android"
The default location of debug.keystore is in ~/.android/ on OS X and Linux, in C:\Documents and Settings\<user>\.android\ on Windows XP, and in C:\Users\<user>\.android\ on Windows Vista and Windows 7...Windows 10.

To get get the SHA1 fingerprint for debug using Keytool utility, enter the command in DOS Prompt or Terminal:
keytool -exportcert -alias androiddebugkey -keystore C:\Users\user\.android\debug.keystore -list -v
or
keytool -keystore C:\Users\user\.android\debug.keystore -list -v

You will be asked to enter password, enter default password "android" or simple ignore by pressing [ENTER].


related:
Generate SHA1 fingerprint of release keystore using keytool

2 comments:

Unknown said...

I have to do final year project.i want to do password encryption using sha1.do you think sha1 is a correct way did i choose?

Erik said...

hello fariza rosli,

Sorry, I have no idea toally.