-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeePassXC (KDBX4) support #6
Comments
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. |
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... |
For KDBX4 support we're going to use the
|
@frie is this a Plugin or how do you manage passkeys with Chromium? |
I'll re-add credential management support. After that one should be able to use the chrome-tool. It's quite unfortunate that Chrome hides this within a sub-menu. |
fido2-manage by token2 (see here) also opens the PasskeeZ device and shows some information. Passkey management currently is disabled... Change PIN opens a terminal window, asks for old and new PIN and seems to do nothing at all. The PasskeeZ device obiously is accessed because the password dialogue comes up. |
The "passkey management" is probably coupled to the authenticatorCredentialManagement endpoint. I'll add it. The pin change button should be disabled for the authenticator because the clientPin flag is missing from the getInfo response map (which is equivalent to: "PIN based authentication is disabled and you can't enable it"). |
fido2-manage should work with: https://github.com/r4gus/keypass/releases/tag/0.4.0 |
Tried with fido2-manage and it works - great! Passkey management with chromium / chrome still does not work because of the "missing PIN" - is this rather a bug of the chromium implementation? |
PassKeeZ communicates to clients that it doesn't support a PIN. Not quite sure what the problem with the Chromium manager is. |
@frie I can remember that you told me, that you weren't able to create a passkey for Google using PassKeeZ. I just tried it out and it seems to work. When you click on "add passkey" it tells you something like "your device [(Linux)] doesn't support passkeys" but if you just click on the button that states something like "create passkey on other device" you should be able to use PassKeeZ. |
Passkey creation for Google did not work with Chromium, but with Firefox. But authentication using the passkey created from Firefox also worked with Chromium. I will recheck later... |
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:
The text was updated successfully, but these errors were encountered: