-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] eCryptfs Support #13
Comments
This has been asked for before. There are already programs for windows that can encrypt individual files, and DoxBox can be used with a file-based Box. |
Seconding the denial as ecryptfs is not considered a secure method anymore (short of bootstrapping gcrypt and mcrypt on top |
Secondly, a large group of users are solely interested in a Windows program that can read Linux encryption. For disk-based encryption, the standard is I think a read-only experimental feature would be popular. |
linux'modder: Are you sure you are mistaking it with the fuse based EncFS (http://en.wikipedia.org/wiki/EncFS) that have been dormant for many years ? http://en.wikipedia.org/wiki/ECryptfs on the contrary, is active and is included in the Linux kernel |
I was sorry, I use ECryptfs myself and will be working to get full support Corey W Sheldon Freelance IT Consultant, Multi-Discipline Tutor(p) 310.909.7672pub 3072D/718BF597 uid Corey Sheldon (Fedora Key) sheldon.corey@gmail.comOn Mon, Jun 8, 2015 at 11:06 AM, JuanDavi Evora Hanggi <
|
That sounds positive. Is it too early to get rid of that |
I'M cool with yanking the wont fix bu im out of office today and tomorrow
|
Don't worry, the label is trivial. The news is good tho! |
I will try to get on intregration late this week
|
Why not use encfs and http://encfsmp.sourceforge.net/ ? |
Because no one uses Contrary to |
@alexforencich, I was discouraged from using encfs due to this report[1], but thank you for trying to find a solution for me. |
My point is that encfsmp supports mounting encfs on windows and MAC. Besides, I prefer encfs to ecryptfs as encfs works with fuse so doesn't require root for mounting and unmounting, supports reverse mounting which is useful for backups via rsync, and does not add 8k to every single file. |
FUSE is another reason I have avoided it. FUSE seems to have an inherent problem of ridiculous overhead. With ecryptfs I am getting identical IO rates as with the filesystem hosting the ecryptfs. @alexforencich, I do appreciate your suggestion. |
I understand eCryptfs support is a huge request, but if no one asks, it doesn't have a chance. I also understand the project might not be at a point it could take on such a request.
The biggest use case I have found for eCryptfs is it works on a USB flash drive with a FAT32 file system. I can have encrypted and non-encrypted files on the same file system. I am not stuck with a fully encrypted drive. I can still plug my flash drive into consumer products like a copier and save scanned documents to the flash drive. Who really wants to carry 2 flash drives around, one encrypted, one not? Since MS Windows has the forced limitation on USB flash drives that only the first partition can be mounted, 2 partitions (one encrypted, one not) is out of the question. Even it that was possible, I would be allocating a specific amount of space for encrypted and not, instead of them sharing the same storage capacity.
Please give this real consideration.
The text was updated successfully, but these errors were encountered: