mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
initialisation of cipher
This commit is contained in:
parent
da44150a15
commit
4faee4011d
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ class Util {
|
|||
&& $this->isEncryptedPath($path)
|
||||
) {
|
||||
|
||||
$cipher = Helper::getCipher();
|
||||
$cipher = 'AES-128-CFB';
|
||||
$realSize = 0;
|
||||
|
||||
// get the size from filesystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue