yhsm-keystore-unlock

Common files for YubiHSM applications

Install

All systems
curl cmd.cat/yhsm-keystore-unlock.sh
Debian Debian
apt-get install yhsm-tools
Ubuntu
apt-get install yhsm-tools
image/svg+xml Kali Linux
apt-get install yhsm-tools
Fedora
dnf install python2-pyhsm
Windows (WSL2)
sudo apt-get update sudo apt-get install yhsm-tools
Raspbian
apt-get install yhsm-tools

yhsm-tools

Common files for YubiHSM applications

YubiHSM is an easy to use and affordable crypto appliance that you connect to the USB port of a server. You can then store cryptographic keys on the YubiHSM and use them from the server without any possibility for an attacker to extract the crypto keys from the YubiHSM. Supported operations include YubiKey OTP validation, AES ECB encrypt/decrypt/decrypt-compare, HMAC-SHA1 hashing (enabling OATH code validation), and Random number entropy generation. This package includes the following utilities that talk with the YubiHSM: * yhsm-keystore-unlock - Keystore unlock * yhsm-linux-add-entropy - Entropy seeder * yhsm-decrypt-aead - Decrypt AEADs * yhsm-generate-keys - Generate new AEADs

python2-pyhsm

Python module to talk to YubiHSM hardware