kdbx4 upgrade should clear keyEncryptionRounds from header
luckyrat opened this issue · 1 comments
luckyrat commented
To upgrade a new database I need to execute:
db.upgrade();
db.header.keyEncryptionRounds = undefined;
I think the 2nd line should be included within the upgrade function?
For example, in KeeWeb, it's used to conditionally display relevant settings:
antelle commented
Thanks! Fixed it