Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.87 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.87 KB

Android FIDO Authenticator

FIDO2 authenticators are still a novelty: They aren't all that cheap, can only store a very small number of persisted keys (Necessary for single-factor), have minimalistic user interfaces and most of the time aren't hardened by biometrics/pins.

Android has all the hardware goodies to be an excellent FIDO2 authenticator.

This project aims to implement CTAP2 over NFC, BLE and HID.

Project Status

Protocols

  • U2F
  • FIDO 2

Transports

User interface

  • Show details of the site/user being enrolled / verified
  • Perform user confirmation before enrollment / verification

References