paulo-raca / u2fdev

Library for developing U2F devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

u2fdev

Library for developing U2F devices

This library is meant to be portable across devices and protocols.

Supported Protocols

The library has been designed to also support Bluetooth and NFC, but those haven't been implemented yet.

References

Specifications

The U2F specifications

Other implementations

I've used these other implementations as references to make mine:

  • teensy-u2f - Teensy LC U2F key implementation
  • v2f.py - A virtual U2F device implementation that lets you try, study, and hack U2F
  • stm32-u2f - A Universal 2nd Factor (U2F) USB token using STM32 MCUs

About

Library for developing U2F devices

License:The Unlicense


Languages

Language:C++ 100.0%