fmeum / WearAuthn

Use your Wear OS watch as a FIDO2 security key via Bluetooth and NFC.
https://play.google.com/store/apps/details?id=me.henneke.wearauthn.authenticator
MIT License
183 stars 6 forks source link

Krypton type Implementation for wear os #16

Open DerpSpears opened 2 years ago

DerpSpears commented 2 years ago

https://github.com/kryptco is it possible?

fmeum commented 2 years ago

That's definitely possible. OpenSSH even has dedicated support for FIDO2 keys now, which would make for an excellent fit. It would require major engineering effort though (adding support for the credential management extension, ensuring OpenSSH's native FIDO backend can communicate with Bluetooth HID devices). Contributions would be very welcome!