find save passwords in DBeaver

علی ذوالفقار
1402/06/21 09:40:33 (124)
use openssl to decrypt credentials-config.json file :

openssl aes-128-cbc -d -K babb4a9f774ab853c96c2d653dfe544a 
-iv 00000000000000000000000000000000 
-in credentials-config.json > decrypted_file.json 
Back