ykgenerate
Yubikey OTP library development files
Install
- All systems
-
curl cmd.cat/ykgenerate.sh
- Debian
-
apt-get install libyubikey-dev
- Ubuntu
-
apt-get install libyubikey-dev
- Alpine
-
apk add yubico-c
- Arch Linux
-
pacman -S yubico-c
- Kali Linux
-
apt-get install libyubikey-dev
- Fedora
-
dnf install libyubikey
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libyubikey-dev
- OS X
-
brew install libyubikey
- Raspbian
-
apt-get install libyubikey-dev
- Dockerfile
- dockerfile.run/ykgenerate
- Docker
-
docker run cmd.cat/ykgenerate ykgenerate
powered by Commando
libyubikey-dev
Yubikey OTP library development files
Yubikeys are USB tokens that act like keyboards and generate one-time passwords. The tokens are produced and sold by Yubico This library is used for decrypting the one-time passwords into their various components. This package contains the necessary files for developing using libyubikey.