https://github.com/tschf/connsearch
https://github.com/tschf/connsearch
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tschf/connsearch
- Owner: tschf
- License: unlicense
- Created: 2018-01-12T02:45:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T15:28:33.000Z (over 8 years ago)
- Last Synced: 2025-06-27T08:42:11.750Z (12 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SQLDev Connection Search
Search SQLDev connections. Currently tied to my personal installation.
Eventually, I am for this to be dynamic but for now, it's specific to my
environment. It also just lists all connections presently, along with the
plain text password.
Disclaimer, I didn't do the research behind finding out how passwords in SQL
Developer are encrypted, and most likely won't investigate when things change
in the software. This is just a little hobby project using other peoples wisdom
to make it easier to connect to the database from the command line without
having to store the password in a secondary location to SQL Developer.
Sources:
- https://github.com/ReneNyffenegger/Oracle-SQL-developer-password-decryptor/blob/master/Decrypt_V4.java
- https://github.com/maaaaz/sqldeveloperpassworddecryptor
I didn't even bother with the version 3 version as per those sources.
## Author
Trent Schafer, 2018
## License
Unlicense