Skip to content
Snippets Groups Projects
Commit 6691bc4b authored by J0WI's avatar J0WI Committed by backportbot[bot]
Browse files

Update cipher defaults

parent a956c53e
No related branches found
No related tags found
No related merge requests found
......@@ -1615,10 +1615,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment