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:
Sebastian Stenzel
2015-07-13 17:37:06 +02:00
parent 685e347524
commit 93a87c86a4
3 changed files with 92 additions and 74 deletions
@@ -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.