diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index d15c90580af..95f97f0eb84 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1828,10 +1828,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`` ::