Keystore Password Recovery android [duplicate]

安稳与你 提交于 2019-12-02 16:18:30

问题


My client has shared only keystore. He don't have password. Previosly someone other had publish that apk on play store & client is not able to contact him. App contain more than 75 thousand users on google play. So now we need to recover the password. I have used brute force mechanism. But i don't have any clue related to password so brute force don't seem to work.We don't want to publish new app. we need to update the app.

Is there a way to reset password without knowing old password? I have tried permutation with the help of brute force but didn't get success. Can someone help on this? I've searched every thing only brute force mechanism available but it works with hint. but i don't have any hint

Thanks.


回答1:


Unfortunately, you're not the first one to suffer from that kind of problem.

As stated in: Lost my keystore for uploaded app on android market And: Android: I lost my android key store, what should I do?

There isn't any other solution than bruteforce :s



来源:https://stackoverflow.com/questions/37421111/keystore-password-recovery-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!