How to Install encfs in Ubuntu 18.04



Install encfs by entering the following commands in the terminal:

sudo apt update
sudo apt install encfs

Description:

encrypted virtual filesystem

EncFS integrates file system encryption into the Unix(TM) file system. Encrypted data is stored within the native file system, thus no fixed-size loopback image is required. . EncFS uses the FUSE kernel driver and library as a backend.

Homepage: http://www.arg0.net/encfs

Version: 1.9.2-2build2

Section: universe/utils