age
age 1.3.2
Modern encryption tool with small explicit keys
https://age-encryption.org/BSD 3-clause "New" or "Revised" License
main program: ageprograms: age-plugin-tag, age-inspect, age, age-plugin-pq, age-plugin-tagpq, age-plugin-tagtest, age-plugin-batchpass, age-keygen
Maintainers
Platforms (30)
i686-linuxriscv64-linuxpowerpc64le-linuxaarch64-linuxloongarch64-linuxx86_64-freebsds390-linuxaarch64-freebsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ age ];
Ad-hoc shell
nix-shell -p age
Flake (nix run)
nix run nixpkgs#age