7 lines
268 B
Markdown
7 lines
268 B
Markdown
To avoid leaking even the size of your encrypted files to cloud storage
|
|
providers, add a mode that stores fixed size chunks.
|
|
|
|
May be a useful starting point for [[deltas]].
|
|
|
|
May also allow for downloading different chunks of a file concurrently from
|
|
multiple remotes.
|