Tom Raganowicz
Tom Raganowicz
> #7084 (AES/GCM/NoPadding) Thanks for sharing, great work. I have no experience with KMS. Is it possible to use it simply just with the static key (in a similar way...
> This makes no sense, since security, portability and compatibility with s3 native will be lost. The current `rclone crypt` is compatible with at least ~43 back-ends (https://rclone.org/overview/#features) and S3...
I think that with SAF one is not supposed to read file "directly" but needs to operate on Content URI's, I've added specific method to add content URI in my...
I would love to see web support as well. I am keen to try out this approach, but pretty busy on other things right now: https://github.com/Baseflow/flutter_cache_manager/issues/122#issuecomment-568501619
Bear in mind that if you have multiple processes reading/updating this key simultaneously given other bugs like (https://github.com/mogol/flutter_secure_storage/issues/592) you might end up with inconsistent results.
I am also wondering whether this tool supports copy between two S3 compatible APIs, where one of them is outside AWS, e.g. Backblaze.
I am not sure how it's going with this Feature Request, however I've thought I would share an additional real world use case. At the moment there is no reliable...
Hi @rfjakob Your approach is quite interesting, I was wondering if such approach would support streamed encryption/decryption. That is processing large files that wouldn't normally fit in RAM, whilst using...
We're slowly getting back to this topic. > Prepend a random salt to each file and use it to derive a unique key for each file. What's the purpose of...
I've had a go (no pun intended) and implemented prototype of an envelope encryption: https://github.com/rclone/rclone/issues/7192#issuecomment-2270161190 32 bytes random key `cek` is generated which is used to encrypted file contents instead...