Recover passwords protected by Master Password in

2020-07-18 03:33发布

I know my Master Password. How can I revocer particualr password eg. for android .apk signing? Now, when I want to sign .apk just enter Master Password and key stores passwords fields filled automatically. I forgot these passwords in plain text, can I read them from IntelliJ password database?

1条回答
我只想做你的唯一
2楼-- · 2020-07-18 04:01

There is no official instructions how to do that, however you still can do it programatically. Take a look at the sources for the details: https://github.com/JetBrains/intellij-community/blob/master/platform/platform-tests/testSrc/com/intellij/ide/passwordSafe/impl/providers/masterKey/MasterKeyPasswordSafeTest.java

查看更多
登录 后发表回答