Skip to content
forked from Yubico/libfido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.

License

Notifications You must be signed in to change notification settings

rgerganov/libfido2

 
 

Repository files navigation

libfido2

Build Status (Travis) windows build status (github actions) License

libfido2 provides library functionality and command-line tools to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.

libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.

For usage, see the examples/ directory.

License

libfido2 is licensed under the BSD 2-clause license. See the LICENSE file for the full license text.

Supported Platforms

libfido2 is known to work on Linux, MacOS, Windows, and OpenBSD.

Documentation

Documentation is available in troff and HTML formats. An online mirror of libfido2's documentation is also available.

Installation

Releases