Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 592 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 592 Bytes

Decrypt-DBVis

Simple Tool to decrypt passwords from DbVisualizer.
Original decryptor by gerry: decrypt_dbvis.py

Can be used to decrypt a single password, or every password in a configuration file.

How to use

Decrypt every password in configuration file:

-f,-file <file-name>

ex.

> java DBVisDecrypt -f "C:\Users\userxxx\.dbvis\config233\dbvis.xml"

Decrypt specific password:

-p,-password <encrypted password>

ex.

> java DBVisDecrypt -p AK+fe8JpLKGWdqEyeDISWg==