Skip to content

DBeaver - local passwords #101

Open
Open
@practicalli-johnny

Description

@practicalli-johnny

The DBeaver database tool can store passwords locally. This file is encrypted and can be decrypted using the following openssl command and the dbeaver key taken from the source code.

openssl aes-128-cbc -d -K babb4a9f774ab853c96c2d653dfe544a -iv 00000000000000000000000000000000 -in dbeaver-connections.json | dd bs=1 skip=16 2>/dev/null

On a linux system the local password file can be found at

~/.local/share/DBeaverData/workspace6/General/.dbeaver/credentials-config.json   

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions