mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
crypt: document mod times and hashes
This commit is contained in:
parent
6c21009c76
commit
75e5e59385
@ -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
|
||||
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 encryption ###
|
||||
|
Loading…
Reference in New Issue
Block a user