Skip to content

During encryption and decryption, use PBKDF2 key derivation#21

Open
nogara wants to merge 2 commits intoitbm:masterfrom
nogara:patch-1
Open

During encryption and decryption, use PBKDF2 key derivation#21
nogara wants to merge 2 commits intoitbm:masterfrom
nogara:patch-1

Conversation

@nogara
Copy link

@nogara nogara commented Jul 10, 2025

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 added 2 commits July 10, 2025 12:44
Use PBKDF2 key derivation

Avoids the error:

```
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant