Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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``

::

Expand Down