1. Export your connections from the Sql Developer into a let say connections2.xml file
2. Copy the code from
this link into a Decrypt.java file
vim Decrypt.java
3. Go to the dir holding this file
cd '/cygdrive/C/Users/KON0136/AppData/Roaming/SQL Developer/'
4. search for the decrypted pass by a word
grep -i -A 4 to search connections2.xml
java Decrypt 05FFAA7FB3D2158G0F3BA16BF8702F8ED7A83779C2E6B93986F6406EEA81F6FA11
5. Compile the class
javac Decrypt.java
# or in
'/cygdrive/C/Program Files/Java/jdk1.8.0_20/bin/javac.exe' Decrypt.java
6. Get the password
java Decrypt 05FFAA7FB3D2158G0F3BA16BF8702F8ED7A83779C2E6B93986F6406EEA81F6FA11