aescrypt

aescrypt 3.16

Encrypt files with Advanced Encryption Standard (AES)

https://www.aescrypt.com/
GNU General Public License v2.0 only
programs: aescrypt_keygen, aescrypt
Platforms (80)
microblazeel-nonemips-linuxriscv64-netbsdx86_64-netbsdi686-nonex86_64-solarisarmv6l-netbsdx86_64-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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