From 645fab4504b73b4073c7c4de6a856c0992a525f5 Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 26 Mar 2021 19:37:50 +0100 Subject: [PATCH] Update cipher defaults --- .../config_sample_php_parameters.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 620f1cb47..972bab458 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1841,10 +1841,15 @@ Defaults to the theming app which is shipped since Nextcloud 9 :: - 'cipher' => 'AES-256-CFB', + 'cipher' => 'AES-256-CTR', -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`` ::