forked from TrueCloudLab/rclone
crypt: document mod times and hashes
This commit is contained in:
parent
6c21009c76
commit
75e5e59385
1 changed files with 8 additions and 0 deletions
|
@ -205,6 +205,14 @@ characters in length then you should be OK on all providers.
|
||||||
There may be an even more secure file name encryption mode in the
|
There may be an even more secure file name encryption mode in the
|
||||||
future which will address the long file name problem.
|
future which will address the long file name problem.
|
||||||
|
|
||||||
|
### Modified time and hashes ###
|
||||||
|
|
||||||
|
Crypt stores modification times using the underlying remote so support
|
||||||
|
depends on that.
|
||||||
|
|
||||||
|
Hashes are not stored for crypt. However the data integrity is
|
||||||
|
protected by an extremely strong crypto authenticator.
|
||||||
|
|
||||||
## File formats ##
|
## File formats ##
|
||||||
|
|
||||||
### File encryption ###
|
### File encryption ###
|
||||||
|
|
Loading…
Reference in a new issue