r4gus / keypass

PassKeeZ is a FIDO2/ Passkey compatible authenticator implementation for Linux
https://github.com/r4gus/keylib
25 stars 0 forks source link

Switch to KDBX4 #6

Open r4gus opened 6 months ago

r4gus commented 6 months ago

KeePassXC got Passkey support with version 2.7.7 (https://keepassxc.org/blog/2024-03-10-2.7.7-released/). It's probably time to switch to KDBX4 to store credentials to offer compatibility.

Required Tasks:

r4gus commented 1 month ago

I switched to a custom database format https://r4gus.github.io/ccdb/ because there are a few things in kdbx that I dislike. Nevertheless, adding kdbx4 support is still a good idea.

r4gus commented 2 weeks ago

Somebody would like kdbx4 support to use PassKeeZ for login and KeePassXC for credential management so I should start implementing KDBX4 or find a suitable C library. God I hate XML...