EncFS 1.3.0 review (linux)

Add to Watch List

EncFS provides an encrypted filesystem in user-space

License: GPL (GNU General Public License)
OS: Linux
File size: 695K
Developer: Valient Gough      
Price: $0.00
User Rating:  

0 stars award from rbytes.net

EncFS 1.3.0 is filesystems software developed by Valient Gough.
EncFS provides an encrypted filesystem in user-space. EncFS runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. You can find links to source and binary releases below.

As with most encrypted filesystems, Encfs is meant to provide security against off-line attacks; ie your notebook is stolen, your backups are stolen, etc. The way Encfs works is different from the �loopback� encrypted filesystem support built into the Linux kernel because it works on files at a time, not an entire block device.

You do not need to allocate storage ahead of time for EncFS.

Advantages of a pass-thru system vs an encrypted block device:

An empty EncFS filesystem consists of a couple dozen bytes. With a loopback encrypted filesystem, you allocate a filesystem ahead of time with the size you want.

An EncFS filesystem can be backed-up on a file-by-file basis. A backup program can detect which files have changed, even though it won't be able to decipher the files. This way backups can be made without needing to mount the encrypted filesystem.

An EncFS acts as a translator for filenames and file data and should theoretically be able to pass through to any underlying filesystem. You could have an EncFS filesystem on a DVD, or a DVD mounted remotely and served through a Samba server and mount it locally with EncFS in order to view the encrypted data (your mileage may vary).

Requirements:

  • FUSE
  • RLog � a C++ logging library
  • OpenSSL � versions 0.9.6 and 0.9.7 have been tested.

    What's New in This Release:
  • Ported to FreeBSD using FUSE 2.5.
    EncFS 1.3.0 supports english interface languages and works with Linux.

    Downloading EncFS 1.3.0 will take several seconds if you use fast ADSL connection.


    Download

    • 100mbit/s dedicated server
    • 100% availability


    Latest User Reviews

    Write a EncFS Review

    Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.

    EncFS related software

    • EncFS 1.3.0
      EncFS provides an encrypted filesystem in user-space
    • cryptoswap 0.0.3
      The cryptoswap package supports building an encrypted swap partition when a system boots
    • CryptoFS 0.5.2
      CryptoFS project is a encrypted filesystem for the Linux Userland FileSystem. CryptoFS will use a normal directory to store files
    • eCryptfs 0.1.7
      eCryptfs is an POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux