Encrypted Fuse mount?
Hi,
wonderful program, and i'm wondering if there's any plans to allow encrypted fuse mounts? I have my main linux box backing stuff up with acd_cli using an encrypted FUSE mount (using ENCFS) -- this lets me see my ACD, but obviously i can only see the unencrypted files -- do you plan on perhaps making a tweak to allow to enter a key to decrypt data for local use?
Would be wonderful.
Thanks!
For Windows and OS X boxes there's EncFSMP - http://encfsmp.sourceforge.net/
Not sure about encfs, but I planned encryption. I did not check encfs much, but if it supports encryption by blocks of files and encryption algorithm or library available for C# I can try to implement it. But if it requires whole contiguous file encryption it will be impossible to implement.
If you can find explanation for encryption/description process it can help. Also it can help to overcome my laziness.
There is an encfs port which is based on dokan, so perhaps this could be an option four you http://members.ferrara.linux.it/freddy77/encfs.html but it is in C++ as the website states
The project is cross compiled with MingW or Visual C++. There is a ReadMe_Windows.txt file with information on how to compile with Visual C++.
For EncFSMP - it is also written in C++ as it seems, but if you have your own encryption implementation on the way as well, that would fit als my needs perfectly.