From: jknockaert Date: Tue, 28 Oct 2014 18:19:10 +0000 (+0100) Subject: initialisation of cipher X-Git-Tag: v8.0.0alpha1~409^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4faee4011d2e6918d46384f6eaf86b06222eaf3c;p=nextcloud-server.git initialisation of cipher --- 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