age-plugin-openpgp-card

age-plugin-openpgp-card 0.1.2

Age plugin for using ed25519 on OpenPGP Card devices (Yubikeys, Nitrokeys)

https://github.com/wiktor-k/age-plugin-openpgp-card
Apache License 2.0MIT License
main program: age-plugin-openpgp-cardprograms: age-plugin-openpgp-card
Platforms (4)
x86_64-linuxaarch64-darwinx86_64-darwinaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  age-plugin-openpgp-card
];
Ad-hoc shell
nix-shell -p age-plugin-openpgp-card
Flake (nix run)
nix run nixpkgs#age-plugin-openpgp-card