Blog

23 Sep, 2008

Dropbox + EncFS = Fast and secure synchronization of data

Posted by: admin In: Uncategorized

I’ve tested the really neat Dropbox project for some days now (www.getdropbox.com). It offers really fast synchronization of data between multiple computers running Windows, Mac and even Linux! The only drawback, it does not support encryption of your precious data.

Recently I stumbled across EncFS (http://www.arg0.net/encfs). EncFS offers an encrypted user-space file system. The only drawback is that it only runs on Linux, but hey as good as recent Linux distributions are who needs Windows?

Mini how-to:

Set up Dropbox as instructed on getdropbox.com (really easy). When you’ve done that create two new folders, one new directory inside your dropbox folder (for example /home/kimble/Dropbox/Encrypted) and another to mount the encrypted filesystem in (for example /home/kimble/EncryptedDropbox).

When those are in place install EncFS. If you’re running Debian or Ubuntu it’s as easy as:

sudo apt-get install encfs

Then it’s time to mount your encrypted file system. The first time you run this command EncFS will ask you a few simple questions where one of them is the password you want to protect your files with.

encfs /home/kimble/Dropbox/Encrypted/ /home/kimble/EncryptedDropbox/

That’s it! Now you do the same on your other Linux computers and enjoy both fast and secure file synchronization! The next time you run that command it will just prompt you for the password before mounting the file system into the chosen folder.

Cons: These files will not be accessible through the web interface, not will they be accessible from Windows or Mac (suckers!). ;D

7 Responses to "Dropbox + EncFS = Fast and secure synchronization of data"

1 | Alex

March 5th, 2009 at 14:54

Avatar

Hey,
just wanted to let you know that on of our bloggers created a little plugin to mount the encfs-secured dropbox via macfusion. Since Windows doesn’t support fuse, its for mac only. Just check it out and let us know what you think of it, detailed description is also available.

http://thenakedman.wordpress.com/2009/02/22/introducing-the-dropbox/

Take care, alex

3 | ericrvr

July 3rd, 2009 at 06:36

Avatar

Bravo! Nice Article.,

4 | james craft

July 3rd, 2009 at 06:36

Avatar

great tips. I enjoyed reading this,

5 | Curt Mitchell

July 3rd, 2009 at 07:07

Avatar

what gives you that idea?,

7 | Steve Kelley

July 3rd, 2009 at 07:07

Avatar

thanks for you.. nice good document!,

Comment Form