Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
232 views
in Technique[技术] by (71.8m points)

java - How to recover password for jks file which is already available in play store?

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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

enter image description here

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:

enter image description here

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...