Mount
in the settings.
Files integration is currently in the (Alpha) state and unfortunately E2EE isn't supported just yet (due to memory issues).
We've built iOS Files integration with Rclone, unfortunately once we load the crypt
module in order to support E2EE, it exceeds the iOS 20MB memory limit and fails: https://developer.apple.com/forums/thread/739839
There are two options, none of them easy or straightforward.
a) Rebuild the E2EE using iOS Swift, outside Rclone, but that's feasible just for S3 protocol, as we have no plans (nor capacity) of rebuilding whole Rclone in Swift.
b) Trying to find some neat ways to optimize Rclone's memory usage, so it fits the iOS's 20MB limitation.
Do you use S3 or some other Rclone back-end? (edited)kdbx
or other extension is registered by the Keepass.Open with
, and had to use: More
and select KeePassium
On subsequent tries, KeePassium
is already on the list of apps tha can handle the kdbx
.
I would be keen to hear if this satisfies your requirement.Mount
in the settings.
Files integration is currently in the (Alpha) state and unfortunately E2EE isn't supported just yet (due to memory issues).
We've built iOS Files integration with Rclone, unfortunately once we load the crypt
module in order to support E2EE, it exceeds the iOS 20MB memory limit and fails: https://developer.apple.com/forums/thread/739839
There are two options, none of them easy or straightforward.
a) Rebuild the E2EE using iOS Swift, outside Rclone, but that's feasible just for S3 protocol, as we have no plans (nor capacity) of rebuilding whole Rclone in Swift.
b) Trying to find some neat ways to optimize Rclone's memory usage, so it fits the iOS's 20MB limitation.
Do you use S3 or some other Rclone back-end? (edited)rclone crypt
algorithm (https://s3drive.app/changelog - [1.4.0] - 2023-07-21 - "Rclone compatible encryption scheme,") even before integrating with Go librclone.
This allows us to support Rclone encryption scheme (currently for S3 back-ends) even on Web.
We also push back improvements to Rclone cipher: https://github.com/rclone/rclone/issues/7192
It's just maintaining multiple implementations of crypt
, along with all security updates and future upgrades, in a different languages isn't something we're extremely keen doing.