Recover passwords protected by Master Password in IntelliJ IDEA

孤者浪人 提交于 2019-12-06 04:23:00

问题


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:


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



来源:https://stackoverflow.com/questions/21006690/recover-passwords-protected-by-master-password-in-intellij-idea

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