Skip to content

Instantly share code, notes, and snippets.

@mychaelgo
Created November 25, 2021 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mychaelgo/0225de93b7a81b39ef2da373b8a61a90 to your computer and use it in GitHub Desktop.
Save mychaelgo/0225de93b7a81b39ef2da373b8a61a90 to your computer and use it in GitHub Desktop.
DBeaver Password recovery
openssl aes-128-cbc -d -K babb4a9f774ab853c96c2d653dfe544a -iv 00000000000000000000000000000000 -in "${HOME}/Library/DBeaverData/workspace6/General/.dbeaver/credentials-config.json" | dd bs=1 skip=16 2>/dev/null
#OR
openssl aes-128-cbc -d -K babb4a9f774ab853c96c2d653dfe544a -iv 00000000000000000000000000000000 -in "credentials-config.json" | dd bs=1 skip=16 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment