postgresql-backup-s3 icon indicating copy to clipboard operation
postgresql-backup-s3 copied to clipboard

During encryption and decryption, use PBKDF2 key derivation

Open nogara opened this issue 7 months ago • 0 comments

When using the ENCRYPTION_PASSWORD, I'm getting errors like:

*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.

I just added the required parameters in order to use the PBKDF2 key derivation.

nogara avatar Jul 10 '25 15:07 nogara