Changes for version 0.000_001 - 2026-05-12
Modules
Toolkit for encrypting data that can be unlocked by multiple key combinations
Encrypted container that can be unlocked with various combinations of keys
Access to libfido2, if it was available when Crypt::MultiKey was installed
Represent a connected fido_dev_t struct of libfido2
Prompt user for passwords, authenticator PINs, etc
Implementation of a key-wrapping-scheme used by Coffer and Vault
Object representing a Public/Private key pair (OpenSSL EVP_PKEY)
Use FIDO2 hmac-secret as a password to encrypt/decrypt the private key
Default PKey protection scheme - encrypt private half with a password
Use signature from ssh-agent as a password to encrypt/decrypt the private key
Use a YubiKey OTP challenge/response to encrypt/decrypt the private key
Interact with the user's SSH Agent
Encrypted block storage that can be unlocked with various combinations of keys
Access to Yubico OTP API, used by older YubiKey authenticator devices
Represents a YubiKey discovered through the OTP interface