gocryptfs

gocryptfs 2.6.1

Encrypted overlay filesystem written in Go

https://nuetzlich.net/gocryptfs/
MIT License
programs: mount.fuse.gocryptfs, gocryptfs-xray, statfs, gocryptfs
Platforms (45)
armv5tel-linuxi686-freebsdarmv7l-linuxmips-linuxx86_64-redoxx86_64-freebsdaarch64-darwinarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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