简体   繁体   中英

How to find KeyStore info in Android Studio

I have one keystore file (.JKS) for my android application lower version and i want develop new version of this application, with this keystore but i forget my Key Store Password , Key Alias and Key Password .
How I can change or reestablish them?

There are tools which will find the alias in an keystore file, but there is no easy way to extract the password from it.

Here is a tool that lets you try to find the password using dictionary attack as well as brute-force.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM