cryfs

A cryptographic filesystem for the cloud. More information: <https://www.cryfs.org/>.

Install

All systems
curl cmd.cat/cryfs.sh
Debian Debian
apt-get install cryfs
Ubuntu
apt-get install cryfs
Arch Arch Linux
pacman -S cryfs
image/svg+xml Kali Linux
apt-get install cryfs
Windows (WSL2)
sudo apt-get update sudo apt-get install cryfs
OS X
brew install cryfs
Raspbian
apt-get install cryfs

A cryptographic filesystem for the cloud. More information: <https://www.cryfs.org/>.

  • Mount an encrypted filesystem. The initialization wizard will be started on the first execution:
    cryfs path/to/cipher_dir path/to/mount_point
  • Unmount an encrypted filesystem:
    cryfs-unmount path/to/mount_point
  • Automatically unmount after ten minutes of inactivity:
    cryfs --unmount-idle 10 path/to/cipher_dir path/to/mount_point
  • Show a list of supported ciphers:
    cryfs --show-ciphers

© tl;dr; authors and contributors