Comments on Encrypt your data with EncFS on Ubuntu 16.04

EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Ubuntu 16.04 (Xenial Xerus) to encrypt your data.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Allan

That was very clear and I actually understood it!!

What I would like nowe is to learn how to makeity a command I can use at the press of a button to decrypt  and mount and then unmount with another click It should be too hard so I'll try to stretch my mind and do it myself.  - :)

Thank you

By: Me

WARNING: do not use 'paranoid mode' if your encrypted drive is synced to a Dropbox, or you'll get file corruption. See the most current encfs FAQ.

By: admin

Are these volumes dynamic or does it allocate storage upon the creation of the volume ? If so how much by default , and can it be changed ?  Thanks