We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b99945 commit ade2085Copy full SHA for ade2085
admin_manual/configuration_server/config_sample_php_parameters.rst
@@ -2047,6 +2047,16 @@ The default cipher for encrypting files. Currently supported are:
2047
2048
Defaults to ``AES-256-CTR``
2049
2050
+::
2051
+
2052
+ 'encryption.use_legacy_base64_encoding' => false,
2053
2054
+Use the legacy base64 format for encrypted files instead of the more space-efficient
2055
+binary format. The option affects only newly written files, existing encrypted files
2056
+will not be touched and will remain readable whether they use the new format or not.
2057
2058
+Defaults to ``false``
2059
2060
::
2061
2062
'minimum.supported.desktop.version' => '2.0.0',
0 commit comments