From 75e5e593854442ade4a48570e4d5bc4de0a4f5e3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 5 Oct 2016 16:19:09 +0100 Subject: [PATCH] crypt: document mod times and hashes --- docs/content/crypt.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/crypt.md b/docs/content/crypt.md index ba69590fe..65924e0c0 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -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 ###