mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-27 02:14:16 +00:00
sensitive header data is now encrypted using a single enc_cbc(concat(fileSize, fileKey)) instead of encrypting both data separately
This commit is contained in:
@@ -21,7 +21,7 @@ interface FileConstants {
|
||||
/**
|
||||
* Number of bytes in the file header.
|
||||
*/
|
||||
long FILE_HEADER_LENGTH = 96;
|
||||
long FILE_HEADER_LENGTH = 104;
|
||||
|
||||
/**
|
||||
* Allow range requests for files > 32MiB.
|
||||
|
||||
Reference in New Issue
Block a user