Narigo / keepass-diff

A CLI-tool to diff Keepass (.kdbx) files. Useful, if syncing with Dropbox or NextCloud and getting multiple files due to conflicts.
https://keepass-diff.narigo.dev/
MIT License
285 stars 25 forks source link

No support for Argon2id KDF #63

Open xanonid opened 9 months ago

xanonid commented 9 months ago

keepass-diff does not seem to support recent KDFs, like Argon2id for KDBX 4 files.

Please update to latest version of keepass-rs that support more KDFs. See e.g. https://github.com/sseemayer/keepass-rs/pull/162

Narigo commented 8 months ago

Hi @xanonid and thanks for pushing me to work on this!

I have released version 1.2.0 now and updated the dependency. Could you please check again and maybe provide a test KDBX file so we check for regressions in the future?

Thanks a lot!