u2f-host
Command line tool to do Universal 2nd Factor (U2F) operations
Install
- All systems
-
curl cmd.cat/u2f-host.sh
- Debian
-
apt-get install u2f-host
- Ubuntu
-
apt-get install u2f-host
- Arch Linux
-
pacman -S u2f-host
- Kali Linux
-
apt-get install u2f-host
- Fedora
-
dnf install u2f-host
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install u2f-host
- Raspbian
-
apt-get install u2f-host
- Dockerfile
- dockerfile.run/u2f-host
u2f-host
Command line tool to do Universal 2nd Factor (U2F) operations
Libu2f is a package for doing Universal 2nd Factor (U2F) host communication and has functionality for the Registration and Authentication operations. The package contains a C library, a command line tool, and documentation. This is a command line tool to do registration and authentication with a U2F device.
libu2f-host
libu2f-host provides a C library that implements the host-side of
the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.