-
Notifications
You must be signed in to change notification settings - Fork 26
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
How to use HMAC-SHA1 Challenge Response with NK3 #281
Comments
Hi! This new feature is aimed to support KeepassXC and other compatible applications, so no CLI was added to pynitrokey for it. To set it up a new pynitrokey release is needed, which should be published this week. The specific code is here:
Setup for HMAC slot 2 will look like this:
Do you have any specific use case for this Yubikey's protocol? Just a reminder, that it is already possible to use HMAC challenge response through FIDO2, though I think this might be broken in the current nitropy 0.4.37:
|
I basically use it to unlock I didn't know about challenge-response through FIDO2, thanks for the hint. |
Hi, Am I missing something here? |
Hi @AdmerStroh,
|
Hey @szszszsz , Thank you for that hint in the right direction! :) |
Thank you for testing! |
For the completeness I have added to my original reply a link to the low-level tests in case anyone would like to use the response in his custom solutions. The solution is generic enough to support virtually infinite Yubikey's-like HMAC slots. Closing as done. Transforming this into actionable task. |
I would just like to confirm that challenge response through fido2 is broken in nitropy 0.4.37 as assumed by @szszszsz in an earlier post. |
With The |
Just for the final note, the KeepassXC support for Nitrokey 3 was just released. @orolhawion I've registered your request for longer secrets at Nitrokey/trussed-secrets-app#89 |
The release notes for 1.6.0 states that it "Remove challenge response authentication method". Does this mean I can't use my nk3 for unlocking my KeepassXC if I update my firmware? |
No, these are two different things:
|
Thank you for clearing that up and responding so fast. I almost had a heart attack reading that line when I was about to do a firmware upgrade. |
Hi,
I just updated my
NK3
to1.5.0
and could not find any instructions on how to useHMAC-SHA1 Challenge Response
? I thought the secrets app was the app to use for it, but I could not find anything in the docs. How do you guys do it?I use
nitropy 0.4.37
.The text was updated successfully, but these errors were encountered: