I signed my android application with a Keystore file. I fill the Google Protect Appeals
form and the 'blocked by play protect'
error disappears. Now I have made some changes and for re-generating the release apk, unfortunately, I got the wrong password error for the Keystore file. I can't use executionHistory.bin
because I delete the .gradle and .idea directories.
Is there any way to recover the password from .jks
file? It's very necessary for me.
Asked
Active
Viewed 143 times
0

Brijesh Kalkani
- 789
- 10
- 27

BeginnerProgrammer
- 664
- 3
- 13
- 27
-
1If you could get the password out of the keystore file, then what good would it be to have a password at all? – RobCo Mar 18 '20 at 08:53
1 Answers
0
No you can't recover the password from a .jks
file. It is a protective file if anyone can recover the password it would be useless.
You can however change the whole keystore: Lost keystore file for app (but have Google Play App Signing enabled)

Biscuit
- 4,840
- 4
- 26
- 54