keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
20.05k stars 1.42k forks source link

[FR] Suggest upgrading the Key Derivation Function (KDF) #9332

Open DominiqueSite opened 1 year ago

DominiqueSite commented 1 year ago

Summary

Suggest upgrading the KDF to the currently recommended algorithm. Users unfamiliar with cryptography will not be able to discern possible attack vectors for access to their encrypted data otherwise.

Examples

-

Context

I recently checked what KDF my KDBX 4 database was using and realized it was AES-KDF and not Argon2id (like I would have expected). I acknowledge that there are compatibility concerns when using a newer KDF by default, but compatibility with other password managers is not something I personally care about. This is something I would want KeepassXC to notify me about, and ideally provide an easy upgrade path (easier than going into the advanced database encryption settings).

droidmonkey commented 1 year ago

Good idea