initialisation of cipher
This commit is contained in:
parent
da44150a15
commit
4faee4011d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue