如何恢复已在 Play 商店中可用的 jks 文件的密码? [英] How to recover password for jks file which is already available in play store?

查看:112
本文介绍了如何恢复已在 Play 商店中可用的 jks 文件的密码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在 Play 商店上传了一个应用.

我正在使用 android studio 3 来构建我的应用程序.

现在只需打开taskHistory.bin 文件和storePassword 文件中的search 或尝试找到keyAlias.TestApp.signingConfig.storePassword

对于alias,只要搜索keyAlias,你就会得到它

您会在这里找到您的密码,例如:

test@123 是我的密码,你可以找到你的,你可以在下一行找到它,也许第一行没有找到.所以尝试在页面底部找到

希望对您有所帮助,如果对您有用,请告诉我.

I have already uploaded an app in play store.

I am using android studio 3 for building my application.

Android - Forgot keystore password. Can I decrypt keystore file? @varun answer i tried all the three scenarios

But not able to get the solution if any other way to recover the password please let me know

Point to discuss

1.When i searched for Pandroid.injected.signing.key.password this key in idea.log.1 i get as encrypted password. Pandroid.injected.signing.key.password=*********,

2.my key alias is not encrypted.

3.based on what i get encrypted password beacuse for my previous project i am not seeing encrypted password my password is visible clearly.

4.Is there anything to do with choosing signature v1 and v2 while creating jks file. if so what is the solution?

解决方案

If you have source code of your apk then you can easily get alias and password. follow these steps to recover your keystore original password without bruteforce. Make sure you don't try to crate a new keystore with that source code otherwise it will store your new password and alias. try this with your original keystore source code

Select your list of view as project and open directory and select .gradle > taskHistory like this

Now just open taskHistory.bin file and search in file storePassword or try to find keyAlias�TestApp�signingConfig.storePassword

and for alias just search keyAlias and you will get it

you will find your password here like:

test@123 is my password you can find yours , you can find it in next lines maybe it's not found in first line. so try to found at the bottom of page

Hope it's help for you, let me know if it's works for you.

这篇关于如何恢复已在 Play 商店中可用的 jks 文件的密码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆