crypt: document mod times and hashes

This commit is contained in:
Nick Craig-Wood 2016-10-05 16:19:09 +01:00
parent 6c21009c76
commit 75e5e59385
1 changed files with 8 additions and 0 deletions

View File

@ -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 ###