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
Platforms (31)
i686-freebsdmicroblazeel-linuxriscv64-linuxs390x-linuxmips64el-linuxpowerpc-linuxm68k-linuxwasm32-wasi
View source on NixOS/nixpkgs →

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