age

age 1.3.1

Modern encryption tool with small explicit keys

https://age-encryption.org/
BSD 3-clause "New" or "Revised" License
main program: ageprograms: age, age-plugin-tagtest, age-keygen, age-inspect, age-plugin-tagpq, age-plugin-batchpass, age-plugin-pq, age-plugin-tag
Platforms (31)
microblazeel-linuxmips64el-linuxarc-linuxx86_64-freebsdaarch64-linuxs390-linuxloongarch64-linuxpowerpc64le-linux
View source on NixOS/nixpkgs →

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