From 4faee4011d2e6918d46384f6eaf86b06222eaf3c Mon Sep 17 00:00:00 2001 From: jknockaert Date: Tue, 28 Oct 2014 19:19:10 +0100 Subject: [PATCH] initialisation of cipher --- apps/files_encryption/lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5