Good morning everbody!
I would like to store my files in the cloud but I do not want to see the company who offers me their cloud storage to see my files.
I wonder: Has crypt been audited by a third party? I'm not sure how secure using it is compared to other solutions out there.
asdffdsa
(jojothehumanmonkey)
August 1, 2024, 1:36pm
2
hi,
afiak, nothing has changed from 2016.
crypt hasn’t been audited externally
which cloud provider do you plan to use, gdrive?
S3 providers, such as aws, wasabi and idrive, offer SSE-C, a type of client-side encryption.
another option, could run rclone mount
and use whatever encryption tool you choose.
1 Like
Thanks. So I'm using Gdrive and B2 as a test.
It seems like I can mount my remote. rclone mount NOCRYPT FOLDER --vfs-cache-mode full
Afterwards I'm able to create a Cryptomator vault in it. This also seems to work. One question tho is can I somehow show the progress of the files being uploaded? I drag and drop them into the vault but I do not know WHEN the upload is finished and I do not want to close the Vault nor do I want to unmount rclone.
asdffdsa
(jojothehumanmonkey)
August 1, 2024, 5:02pm
4
that is a bit of a problem, could check the rclone debug log.
or mount using the rc daemon and poll it for statistics.
correct, but then your files are uploaded as is, not crypted by rclone.
I do not want to crypt it with rclone, I want to crypt it with cryptomator. Therefore I mount my noncrypt remote to put my cryptomator vault in it. The only think I would like to see is a progress bar about how much percent of my files have been uploaded when I put files in cryptomator. There should be a progress bar or something like that when mounted with rclone.
I mean there should be a possibility right? When I sync without cryptomator I can use rclone -P for example.
Maybe one day mount will have some upload progress indicator.
People keep trying to implement it:
opened 02:29PM - 23 Jun 24 UTC
enhancement
#### What problem are you are trying to solve?
Atm there is no user friendly … status updates for uploading files using `rclone mount` filesystems. User just copy a file to a drive, see the standard Windows copying progress indication and then would immediately power off his computer with sure that files are delivered, but uploading wouldn't finished. Flies would not be uploaded at all due to permission failure, and user would not know about that at all as WinFsp/Windows does not respect error on file close see https://github.com/winfsp/winfsp/issues/365#issuecomment-843635904, #5465.
#### How do you think rclone should be changed to solve that?
I suggest to think about way to implement shell integration with icon overlay as most of cloud solutions do, here is OneDrive:

I think it will be useful not only on windows but on other platforms as there is writeback delay so upload issues and delays will be visible to users on Linux and Mac.
By the way caching status would be visible: cached, partially cached. That would be useful if we ever implement offline mode.
Shell context menu actions to populate, purge cache, reset directory cache and etc. would be useful as well. Toast notifications too, but with lowest priority.
Would we think of how it have to be implemented in rclone and I would prepare PR for this feature.
#### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
You can try to help yourself or maybe sponsor somebody to do it:)
In the meantime you can use rc
interface and query it for status Remote Control / API
asdffdsa
(jojothehumanmonkey)
August 2, 2024, 12:38pm
7
fwiw, i use keepass to crypt information but i keep the database local.
and run a simple script for backup, in pseudo code.
1. run cryptomator
2. exit cryptomator
3. rclone sync /path/to/cryptomator remote:current --backup-dir=remote:archive
another variation that i also use, is that keepass supports triggers.
so every time there is a change in the keepass database, keepass will run a script, which is the same as step 3.
system
(system)
Closed
September 1, 2024, 12:39pm
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.