age-plugin-tpm

age-plugin-tpm 1.0.1

TPM 2.0 plugin for age (This software is experimental, use it at your own risk)

https://github.com/Foxboron/age-plugin-tpm
MIT License
main program: age-plugin-tpmprograms: age-plugin-tpm
Platforms (80)
microblazeel-nonemips64-linuxarmv5tel-linuxx86_64-redoxwasm64-wasiarmv6l-netbsdsh4-linuxriscv64-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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