Arduino FIDO2 Authenticator
en.ovcharov.me
Arduino FIDO2 Authenticator
1–10 of 90 posts
Re: Arduino FIDO2 Authenticator
#2Is it that much worse in smaller form-factor? NDA only?
Re: Arduino FIDO2 Authenticator
#3Not Arduino, but there is an open-source fingerprints reader for RPI: https://www.raspberrypi.org/blog/raspireader-fingerprint-sca... Is it that much worse in smaller form-factor? NDA only?
The biggest downside - it's more that 3 times more expensive than the device I have now.
Re: Arduino FIDO2 Authenticator
#4It would be amazing if this supported FIDO2 resident mode, it could store thousands of credentials (Yubikeys can only do 25 non-thousand credentials).
Re: Arduino FIDO2 Authenticator
#5This is pretty cool, and being able to make a FIDO2 device that I can just keep at home next to the PC is pretty appealing. I already have a Yubikey in my keychain for carrying with me, but the keychain isn't at my desk, so having a second one would be pretty great. It would be amazing if this supported FIDO2 resident mode, it could store thousands of credentials (Yubikeys can only do 25 non-thousand credentials).
Re: Arduino FIDO2 Authenticator
#6This is pretty cool, and being able to make a FIDO2 device that I can just keep at home next to the PC is pretty appealing. I already have a Yubikey in my keychain for carrying with me, but the keychain isn't at my desk, so having a second one would be pretty great. It would be amazing if this supported FIDO2 resident mode, it could store thousands of credentials (Yubikeys can only do 25 non-thousand credentials).
Re: Arduino FIDO2 Authenticator
#7This is pretty cool, and being able to make a FIDO2 device that I can just keep at home next to the PC is pretty appealing. I already have a Yubikey in my keychain for carrying with me, but the keychain isn't at my desk, so having a second one would be pretty great. It would be amazing if this supported FIDO2 resident mode, it could store thousands of credentials (Yubikeys can only do 25 non-thousand credentials).
What I am doing, and I find it to work really well is to have a yubikey nano ( https://www.yubico.com/product/yubikey-5-nano ) in one of the front USB ports of my PC case. Super easy to reach and takes no room at all.
Re: Arduino FIDO2 Authenticator
#8This is pretty cool, and being able to make a FIDO2 device that I can just keep at home next to the PC is pretty appealing. I already have a Yubikey in my keychain for carrying with me, but the keychain isn't at my desk, so having a second one would be pretty great. It would be amazing if this supported FIDO2 resident mode, it could store thousands of credentials (Yubikeys can only do 25 non-thousand credentials).
Thank you! I'm looking for a simple and convenient solution as well.
Re: Arduino FIDO2 Authenticator
#9Earlier quoted context omitted.
Thank you! I'm looking for a simple and convenient solution as well.
I have opened a few issues in your repo, I want to try this out but there's very little documentation. I know I can probably just `pio build -t upload`, but I'm not sure about the schematics.
In general you can try the project with ESP32 development board and upload the firmware using `pio run -t upload -t monitor`
Then you need to pair the Bluetooth device. Afterwards you should be able to see connection requests in the serial monitor when you start authentication.
The actual authentication commands are not implemented yet, so it will not go further. Sorry :(
Re: Arduino FIDO2 Authenticator
#10Earlier quoted context omitted.
I have opened a few issues in your repo, I want to try this out but there's very little documentation. I know I can probably just `pio build -t upload`, but I'm not sure about the schematics.
Oh, right, need some documentation there as well. In general you can try the project with ESP32 development board and upload the firmware using `pio run -t upload -t monitor` Then you need to pair the Bluetooth device. Afterwards you should be able to see connection requests in the serial monitor when you start authentication. The actual authentication commands are not implemented yet, so it will not go further. Sorr…