diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-21 13:02:28 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-23 12:14:01 +0200 |
commit | 4bbdcfbccfe1fef28d3b6feea8a742e156295a63 (patch) | |
tree | 4b920bc9e16ad4d5b4c1b2e2b8fc521ba9e0dd6e /config | |
parent | ddd8eae9320bcd5317f18a6305120c358f72bcdd (diff) | |
download | nextcloud-server-4bbdcfbccfe1fef28d3b6feea8a742e156295a63.tar.gz nextcloud-server-4bbdcfbccfe1fef28d3b6feea8a742e156295a63.zip |
support aes 256
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 24c1579badf..1cf2c22866a 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -277,6 +277,9 @@ $CONFIG = array( //'config' => '/absolute/location/of/openssl.cnf', ), +// default cipher used for file encryption, currently we support AES-128-CFB and AES-256-CFB +'cipher' => 'AES-256-CFB', + /* whether usage of the instance should be restricted to admin users only */ 'singleuser' => false, |