diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 620f1cb4775..972bab45803 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`` ::