aescrypt
aescrypt 3.16
Encrypt files with Advanced Encryption Standard (AES)
https://www.aescrypt.com/GNU General Public License v2.0 only
programs: aescrypt, aescrypt_keygen
Maintainers
Platforms (80)
aarch64-freebsdi686-cygwinx86_64-solariss390-nonemips-nonex86_64-uefior1k-nonearc-linux
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