Closed benchub closed 3 years ago
I understand that it's just obfuscation if the keys in the db are encrypted with a key stored in the same app that is using the db, but even that would be better than plaintext credentials in the db.
@AadiMehta We should store DB password encrypted. we can use pgcrypto to encrypt/decrypt
@denishpatel @benchub Agreed, let me think over this.
This is fixed
I understand that it's just obfuscation if the keys in the db are encrypted with a key stored in the same app that is using the db, but even that would be better than plaintext credentials in the db.