keytool without password by pressing [ENTER] |
keytool with default password "android" |
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
orkeytool -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:
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?
hello fariza rosli,
Sorry, I have no idea toally.
Post a Comment