-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Encrypted Paths on Remotes #313
Comments
@mvousden Example, if you use eCryptFS locally, your directory names are all encrypted, filenames as well - and you can sync this to OneDrive - but, will have issues once you get a few folders deep. The only solution to putting encrypted data into OneDrive, and having that decrypted locally is to use cryptomator Please read abraunegg/onedrive#1023 for further details. |
@abraunegg, thank you for your swift response. My journey so far might be of interest (or not): I have tried using eCryptFS to do this, and ran into the problem you outlined. I have also tried to use Cryptomator with your OneDrive client (which was wonderful to use), but as one of my local machines is headless, and as the CLI implementation is recommended only for testing and evaluation, it's not suitable for my use case. The other solution I've found, to add to your answer, is to use rclone's crypt adaptor (https://rclone.org/crypt/), which sensibly deals with OneDrive's filename and directory limit for my use case (with its filename encoding option), but the differencing causes synchronisation to take too long for me (8500 files at about 3.3GiB). It also doesn't encrypt the tree itself, beyond the directory names. Someone else might find this a good option if their file/size/patience is different to mine. As yet another aside, a solution that ties the generation of rclone's the differencing lists to something like fanotify would solve this problem. |
Unsure where you get the idea that the client I develop & maintain is only for testing and evaluation. Can you help me understand this statement ? |
Your client isn't, but the Cryptomator CLI project is. |
I'd like to store my files encrypted on the OneDrive server under encrypted paths, and be able to work with them decrypted on my local machine.
Is there a way to introduce such a layer of encryption between the clients and OneDrive? How could one modify onedriver to support this?
Thanks!
The text was updated successfully, but these errors were encountered: