aespipe

aespipe 2.4j

AES encrypting or decrypting pipe

https://loop-aes.sourceforge.net/aespipe.README
GNU General Public License v2.0 only
programs: bz2aespipe, aespipe
Platforms (46)
armv7l-netbsdx86_64-redoxx86_64-darwinmicroblazeel-linuxx86_64-cygwinmipsel-linuxpowerpc64-linuxarmv6l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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