intellij-decrypt icon indicating copy to clipboard operation
intellij-decrypt copied to clipboard

Small utility to decrypt passwords saved by Intellij IDEA.

Results 4 intellij-decrypt issues
Sort by recently updated
recently updated
newest added

The usage in readme is for Linux but my intellij is installed on a windows machine

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2615) at java.lang.Class.getMethod0(Class.java:2856) at java.lang.Class.getMethod(Class.java:1668) at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486) Caused by: java.lang.ClassNotFoundException: org.apache.commons.codec.DecoderException at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method)...

I want to recovery passwords stored in security.xml , however, independently of master password a I set, I always have as output "Not a password". First, I don't really know...

It can't decrypt any password, tried all security.xml files I have (of different IDEA fersions from 2011). Verbose mode outputs this error on each password: ``` Error:Not a password java.lang.IllegalStateException:...