ACDDokanNet icon indicating copy to clipboard operation
ACDDokanNet copied to clipboard

Encrypted Fuse mount?

Open mpk99 opened this issue 9 years ago • 3 comments

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!

mpk99 avatar Aug 08 '16 20:08 mpk99

For Windows and OS X boxes there's EncFSMP - http://encfsmp.sourceforge.net/

resipsadude avatar Sep 02 '16 03:09 resipsadude

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.

Rambalac avatar Sep 30 '16 00:09 Rambalac

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.

feutl avatar Sep 30 '16 05:09 feutl