浏览代码

Update cipher defaults

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
tags/v22.0.0beta1
J0WI 3 年前
父节点
当前提交
fdd1ff2686
共有 1 个文件被更改,包括 8 次插入3 次删除
  1. 8
    3
      config/config.sample.php

+ 8
- 3
config/config.sample.php 查看文件

@@ -1627,10 +1627,15 @@ $CONFIG = [
'theme' => '',

/**
* 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``
*/
'cipher' => 'AES-256-CFB',
'cipher' => 'AES-256-CTR',

/**
* The minimum Nextcloud desktop client version that will be allowed to sync with

正在加载...
取消
保存