It's an encrypted overlay filesystem written in Go. Official website: https://nuetzlich.net/gocryptfs (markdown source).
gocryptfs is built on top the excellent go-fuse FUSE library. This project was inspired by EncFS and strives to fix its security issues while providing good performance (benchmarks https://nuetzlich.net/gocryptfs/comparison/#performance).
It could be useful for the user if they just want to encrypt some folders not the whole file system.
And the user could call user script to mount the encrypted folders at the start of the arrary.
I tried the docker image for this but have several issues.
Could you add gocryptfs?
It's an encrypted overlay filesystem written in Go. Official website: https://nuetzlich.net/gocryptfs (markdown source). gocryptfs is built on top the excellent go-fuse FUSE library. This project was inspired by EncFS and strives to fix its security issues while providing good performance (benchmarks https://nuetzlich.net/gocryptfs/comparison/#performance).
It could be useful for the user if they just want to encrypt some folders not the whole file system. And the user could call user script to mount the encrypted folders at the start of the arrary.
I tried the docker image for this but have several issues.
Best Regards,