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?
相关问题
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
- IntelliJ 2017.1.2 GOLANG debug does not work on br
- JavaFX sample issue
- Could not import the newly generated play framewor
相关文章
- In IntelliJ IDEA, how can I create a key binding t
- IntelliJ IDEA can't open projects or add SDK o
- IntelliJ Subversion Authentication Required Dialog
- Kotlin Koans with EduTools plugin: “Failed to laun
- How to set up Intellij to run javap command on a p
- How to enable “type information” for streams retur
- How to add a project to build path in IntelliJ Ide
- How do I use Gradle bootRun with --args in Intelli
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