Skip to content

This is a Java program that decrypts the connections of the DBeaver

Notifications You must be signed in to change notification settings

AnastasiosF/Dbeaver-Decrypt-Password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dbeaver-Decrypt-Password

For DBeaver 6.1.3+

This is a Java program that decrypts the connections of the DBeaver

I just share the code that I find in stackoverflow.

This code help me to find the passowrd that I forgot so I create a programm and also share the code.

How to run:

File location

  • Windows: USERNAME\AppData\Roaming\DBeaverData\workspace6\General.dbeaver\credentials-config.json
  • Linux: locate the credentials-config.json
  • Mac: locate the credentials-config.json
java -jar DecryptDΒeaver credentials-config.json

The code is from: https://stackoverflow.com/a/57630312

About

This is a Java program that decrypts the connections of the DBeaver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages