aefs

aefs 0-unstable-2015-05-06

Cryptographic filesystem implemented in userspace using FUSE

https://github.com/edolstra/aefs
GNU General Public License v2.0 or later
programs: aefsutil, aefsfuse, mkaefs, aefsck, aefsdump
Platforms (46)
loongarch64-linuxarmv7l-netbsdriscv64-linuxpowerpc-netbsdriscv64-netbsdi686-openbsdarmv6l-linuxm68k-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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