diff options
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/lib/util.php | 2 |
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 |