age-plugin-fido2-hmac
age-plugin-fido2-hmac 0.5.0
Age plugin to encrypt files with fido2 tokens using the hmac-secret extension and non-discoverable credentials
https://github.com/olastor/age-plugin-fido2-hmac/MIT License
main program: age-plugin-fido2-hmacprograms: age-plugin-fido2-hmac
Maintainers
Platforms (31)
armv7l-linuxpowerpc-linuxaarch64-linuxarmv5tel-linuxx86_64-linuxmicroblazeel-linuxarmv6l-linuxmipsel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ age-plugin-fido2-hmac ];
Ad-hoc shell
nix-shell -p age-plugin-fido2-hmac
Flake (nix run)
nix run nixpkgs#age-plugin-fido2-hmac