summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorjknockaert <jasper@knockaert.nl>2014-10-28 19:19:10 +0100
committerjknockaert <jasper@knockaert.nl>2014-10-28 19:19:10 +0100
commit4faee4011d2e6918d46384f6eaf86b06222eaf3c (patch)
tree811cd63ba06c989c2c8fbaf876b2284c8a94e524 /apps/files_encryption
parentda44150a1584d4684eced96f7757016c0e27944b (diff)
downloadnextcloud-server-4faee4011d2e6918d46384f6eaf86b06222eaf3c.tar.gz
nextcloud-server-4faee4011d2e6918d46384f6eaf86b06222eaf3c.zip
initialisation of cipher
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index c98e21cdcb7..ce5e8c8b54c 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -385,7 +385,7 @@ class Util {
&& $this->isEncryptedPath($path)
) {
- $cipher = Helper::getCipher();
+ $cipher = 'AES-128-CFB';
$realSize = 0;
// get the size from filesystem