0

I have lost all the passwords of my application both keystore password, key alias and key password. How can I recover it? I have .jks file.

I have formatted my system so there are no logs available of Android Studio.

Vikasdeep Singh
  • 20,983
  • 15
  • 78
  • 104
Paras Arora
  • 1,171
  • 2
  • 8
  • 16
  • check here maybe you will found [your solution here](https://stackoverflow.com/questions/50604153/how-to-recover-password-for-jks-file-which-is-already-available-in-play-store/50604476?noredirect=1#comment88244599_50604476) – Sandeep Parish May 31 '18 at 14:04
  • try this library https://github.com/MaxCamillo/android-keystore-password-recover – Paraskevas Ntsounos May 31 '18 at 14:20

3 Answers3

1

Unfortunately you can not recover that now from .jks file. You need to create new keystore password

Vikasdeep Singh
  • 20,983
  • 15
  • 78
  • 104
1

if your app is already in the store it won't let you upload the new apk since it will be signed differently, and you won't be able to update it. If your app is not in the store yet, you can create a new keystore and push your app to the store. It's always better to email yourself the keystore key to save it before uploading your apk to the store.

halfer
  • 19,824
  • 17
  • 99
  • 186
Gastón Saillén
  • 12,319
  • 5
  • 67
  • 77
0

TRY THIS IT HELPED ME RECOVER MY PASSWORD

Search for folder .gradle

under it go to latest folder in my case it is 4.6

go to taskHistory folder

under it open taskHistory.bin file

search for Password keyword in that file

and you will eventually find your stored password for that keystore file.

refer the screenshots.

enter image description here

enter image description here

Vicky Salunkhe
  • 9,869
  • 6
  • 42
  • 59