cryptomator
cryptomator 1.19.2
Free client-side encryption for your cloud files
https://cryptomator.orgGNU General Public License v3.0 or later
main program: cryptomatorprograms: cryptomator
Platforms (1)
x86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ cryptomator ];
Ad-hoc shell
nix-shell -p cryptomator
Flake (nix run)
nix run nixpkgs#cryptomator