-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Challenge/Response correct configuration #10
Comments
Sure you're welcome @kaczorws. Thanks for pushing it ahah. Force Card Type may or may not be required depending of your Yubikey model and configuration (it is automatically resolved according to the ATR). To be sure, safer to force it. At the end of the dropdown list you should now have "YubiKey" as a new card type to be selected. With As I said on the original feature request thread, I don't believe this solution to be the best as it kills the idea behind Challenge/Response by having static data at one or the other side. It's nothing more than a password but stored on a NFC device (Yubikey here) and transmitted in plain as the protocol being used has not been designed for such purpose. It is what the other Keepass related solution are doing as well with Yubikey according to the analyze done on #8 and still better than nothing. Good enough if it is only part of the secret 😉. |
Hello @Maxhy Thank you for your response. I can now see that I was missing 'Yubikey' option in the 'Force Card Type' because I was using outdated liblogicalaccess-swig binaries. After downloading the latest ones, the option is now there. So in order for everything to work I need both liblogicalaccess-swig binaries (also included in the PATH variable so plugin can see it) as well as the actual plugin itself (both plgx and dll files) in the KeePass plugins dir? It is working for me now, so I guess that's the way :) As for the plugin, I still can't open my existing database although I can see that KeePass is reading something from the YubiKey but unfortunately it's returning info about invalid master key. This is happening for both 'Fixed' and 'Get new challenge' options. I though that this may be related to the slot number on the Yubikey (I'm using slot 2), but copying the Challenge-Response key to both slots still ends in the same result. Do you have any idea what I may be doing wrong? KeeChallenge as well as ykDroid are at the same time working normally with this key. Thanks :) |
Just to be sure, is the feature working as expected with a fresh new database and your issue only about encryption key compatibility with KeeChallenge/ykDroid? |
Unfortunately, I am unable to create a new database using "RFID/NFC Key Provider" - When I set everything as on the screenshot below and click OK, the reader flashes but nothing else happens. The window does not close and just stays there. "Help" and "Cancel" work normally, just "OK" does not let through. Some logic is working because when the key is not on the reader, "OK" returns "No card inserted". The plugin settings are as below: |
Hello @Maxhy
Thank you for implementing Challenge/Response into the plugin. However, could you provide more information on correct configuration of it?
Thanks :)
The text was updated successfully, but these errors were encountered: