Skip to content

Instantly share code, notes, and snippets.

View samyakranjan's full-sized avatar
:electron:

Samyak Ranjan samyakranjan

:electron:
  • BlueStacks
  • Delhi, India
View GitHub Profile
@samyakranjan
samyakranjan / dbeaver_pwd_decrypt.py
Last active January 4, 2022 06:18
DBeaver Password Decrypter
import os
import sys
import json
import base64
# Pycryptodome (pip install pycryptodome)
from Crypto.Cipher import AES
PASSWORD_DECRYPTION_KEY = bytes(
[186, 187, 74, 159, 119, 74, 184, 83, 201, 108, 45, 101, 61, 254, 84, 74])