From 7511bd61153aaa912ebb96e3f2d6a49b27cdde5d Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Mon, 21 Oct 2019 23:03:36 +0200 Subject: [PATCH] [TASK] Inform about encryption mode server side Signed-off-by: Jerome Jutteau --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b77e1b8..dc3522a 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ An other obvious basic security is to let access users to the site by HTTPS (mak Data encryption can be activated in options. This feature makes the server encrypt data and send the decryt key to the user (inside download URL). The decrypt key is not stored on the server so if you loose an url, you won't be able to retrieve file content. +Encryption is configured to use AES256 in OFB mode. In case of security troubles on the server, attacker won't be able to access files. By activating this feature, you have to be aware of few things: -- 2.34.1