Skip to content

Commit

Permalink
Merge pull request #6325 from J0WI/crypt-defaults
Browse files Browse the repository at this point in the history
Update cipher defaults
  • Loading branch information
MorrisJobke authored Mar 29, 2021
2 parents c584775 + 645fab4 commit c4afd0d
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit c4afd0d

Please sign in to comment.