initialisation of cipher

This commit is contained in:
jknockaert 2014-10-28 19:19:10 +01:00
parent da44150a15
commit 4faee4011d
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class Util {
&& $this->isEncryptedPath($path) && $this->isEncryptedPath($path)
) { ) {
$cipher = Helper::getCipher(); $cipher = 'AES-128-CFB';
$realSize = 0; $realSize = 0;
// get the size from filesystem // get the size from filesystem