Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I've been looking into encfs as a solution to encrypt my personal data. However I want to access this data both on Linux and Windows on different machines (synced through Dropbox). So far all Google searches have brought up pages which specify that there is no Windows client that reads encfs. Therefore my question is: is anyone working on a Windows client for encfs?

It would be really useful if someone was and it seems to be a common enough issue raised that I have a glimmer of hope that someone might be working on it.

share|improve this question
1  
See also the more general question Is it possible to use FUSE with windows?. – Gilles Aug 23 '10 at 21:28

5 Answers

up vote 3 down vote accepted

Since encfs is built on top of fuse, the obvious way would be to port it to a fuse driver for Windows. Apparently the two most likely possibilities are Dokan and Eldos Callback Filesystem, though neither currently advertises encfs support.

In the meantime, an alternative would be to run a tiny Linux file server inside a virtual machine or with Colinux.

An encrypted filesystem that is supported by both Windows and Linux is Truecrypt. Synchronization via Dropbox is likely to be a lot more expensive than with encfs, but it might still be doable if your files are small enough.

share|improve this answer
Thanks. Those are some good pointers. – snth Aug 24 '10 at 6:48
Bear in mind that when using Truecrypt with synchronization systems like Dropbox, you have to unmount the Truecrypt drive before synchronizing or your container can get corrupted. – tylerl May 7 '12 at 21:44

Try encfs4win. Its free and I have been using it for some time now

share|improve this answer

You might take a look at http://boxcryptor.com/ which uses Dokan to implement a encfs compatible file system and integrates with Dropbox. It's still in early beta, but really worth a look.

share|improve this answer

I just installed encfs4win on a Win7 box - and it works. Truecrypt worked for a while, then wouldn't open the file from one machine - while still opening it from another. Flaky. I like that encfs is open source and more likely to be around in 5-10 years (imo).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.