How to Install gocryptfs in Ubuntu 18.04



Install gocryptfs by entering the following commands in the terminal:

sudo apt update
sudo apt install gocryptfs

Description:

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.

Homepage: https://github.com/rfjakob/gocryptfs

Version: 1.4.3-5build1

Section: universe/devel