]> git.p6c8.net - jirafeau_project.git/commitdiff
[TASK] Inform about encryption mode server side
authorJerome Jutteau <jerome@jutteau.fr>
Mon, 21 Oct 2019 21:03:36 +0000 (23:03 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Mon, 21 Oct 2019 21:04:33 +0000 (23:04 +0200)
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
README.md

index b77e1b8c356bccf7198a85ce213c5d3fbf84913d..dc3522a2fb4eac286834ca64000ab1f89049232f 100644 (file)
--- 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:

patrick-canterino.de