Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-03-26 21:38:38 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-03-29 21:41:46 +0300
commitf4683a5fdf70726b30d25b99bde0fb5a3985e462 (patch)
tree42dcd7969e6dc353cbcc7090cf8cdadf0271414a /config
parent9f8757de81a362831e752d4ca354bda299251c91 (diff)
Update cipher defaults
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ecc0fe3d483..3f7eaa666c7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1583,10 +1583,15 @@ $CONFIG = [
'theme' => '',
/**
- * The default cipher for encrypting files. Currently AES-128-CFB and
- * AES-256-CFB are supported.
+ * The default cipher for encrypting files. Currently supported are:
+ * - AES-256-CTR
+ * - AES-128-CTR
+ * - AES-256-CFB
+ * - AES-128-CFB
+ *
+ * Defaults to ``AES-256-CTR``
*/
-'cipher' => 'AES-256-CFB',
+'cipher' => 'AES-256-CTR',
/**
* The minimum Nextcloud desktop client version that will be allowed to sync with