Easwar
Easwar
If Rclone encryption is tedious to implement in android, maybe we could have an optional AES256 encryption using fingerprint or passcode. While this is a deviation from what Rclone does,...
+1 for this
I understand that metadata does not contain the `chunk_size` (#3720). But for this to work, chunker does not need to know the chunk size. While doing the read operations, it...
Feasible to encode the filesize as part of the metadata name like how its done in [compress](https://rclone.org/compress#file-names) backend ? If not, any other feasible way this filesize obfuscation requirement can...
Got it. It would be best not to make this change in chunker. Would you consider the idea of a new remote `pad` ? To put it simply, it will...
@EduardDurech Doing that would mean modifying the file at source which I wouldn't prefer. But if a backend remote could do this (pad and unpad) it would serve the purpose...
@yardenac You maybe on to something here. I never realized directory flattening could be done by a remote. If so, multiple small remotes can be added, say : - `flatten`...