mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #6325 from J0WI/crypt-defaults
Update cipher defaults
This commit is contained in:
@@ -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``
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user