gocryptfs-xray
Encrypted overlay filesystem written in Go
Install
- All systems
-
curl cmd.cat/gocryptfs-xray.sh
- Debian
-
apt-get install gocryptfs
- Ubuntu
-
apt-get install gocryptfs
- Arch Linux
-
pacman -S gocryptfs
- Kali Linux
-
apt-get install gocryptfs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gocryptfs
- OS X
-
brew install gocryptfs
- Raspbian
-
apt-get install gocryptfs
- Dockerfile
- dockerfile.run/gocryptfs-xray
gocryptfs
Encrypted overlay filesystem written in Go
gocryptfs is built on top of the excellent go-fuse (https://github.com/hanwen/go-fuse) FUSE library and its LoopbackFileSystem API. This project was inspired by EncFS and strives to fix its security issues while providing good performance (benchmarks (https://nuetzlich.net/gocryptfs/comparison/#performance)). For details on the security of gocryptfs see the Security (https://nuetzlich.net/gocryptfs/security/) design document.