aespipe
aespipe 2.4j
AES encrypting or decrypting pipe
https://loop-aes.sourceforge.net/aespipe.READMEGNU General Public License v2.0 only
programs: aespipe, bz2aespipe
Platforms (46)
x86_64-openbsdmicroblaze-linuxx86_64-linuxm68k-netbsdarmv7l-linuxpowerpc64le-linuxpowerpc64-linuxx86_64-freebsd
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