From ade20850874d936005313452566dfd9fa589acfa Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 6 May 2022 04:19:48 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f9a79ba4b..b023322e9 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -2047,6 +2047,16 @@ The default cipher for encrypting files. Currently supported are: Defaults to ``AES-256-CTR`` +:: + + 'encryption.use_legacy_base64_encoding' => false, + +Use the legacy base64 format for encrypted files instead of the more space-efficient +binary format. The option affects only newly written files, existing encrypted files +will not be touched and will remain readable whether they use the new format or not. + +Defaults to ``false`` + :: 'minimum.supported.desktop.version' => '2.0.0',