Find a saved DB password from Jdeveloper IDE connections.
Jdeveloper stores the DB connection details internally. (I am not sure where). To extract the password there are several options.
Jdeveloper stores the DB connection details internally. (I am not sure where). To extract the password there are several options.
- Export resource (.crx) file from one Jdeveloper and re-import into another.
- Sometimes you don't need the password. you can export the connections from one Jdeveloper and import them into another.
- http://sharatverma.blogspot.com/2010/11/jdeveloper-importing-database.html
- Decrypt the password Option 1
- Export resource (.crx) file.
- Open it with winzip and extract the cwallet.sso
- Extract passwords from the wallet.
- http://sharatverma.blogspot.com/2010/11/jdeveloper-importing-database.html
- http://todayguesswhat.blogspot.com/2012/06/decrypt-dump-contents-of-cwalletsso.html
- Decrypt the password Option 2
- Use Jdeveloper extension - 'showmepassword'
- http://show-me-password.tomecode.com/
Another noteworthy post - Stackoverflow - Stored connection encryption