From 1f8b64cc1f13330e30a98ecdc59f3c906904af20 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 3 Dec 2015 17:35:52 +0100 Subject: [PATCH] readme: add note about clientside encryption --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2777059f2..3d00eacac 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Main features **Data encryption** All data can be protected using 256-bit AES encryption, data integrity and - authenticity is verified using HMAC-SHA256. + authenticity is verified using HMAC-SHA256. Data is encrypted clientside. **Compression** All data can be compressed by lz4 (super fast, low compression), zlib