forked from mirror/zip
add Storage Format section to README.txt
This commit is contained in:
parent
cff816a2e0
commit
68b4ba496f
|
@ -64,8 +64,8 @@ used that was replaced by the encryption process mentioned in #8.
|
||||||
15. AE-1 keeps the CRC and should be verified after decompression.
|
15. AE-1 keeps the CRC and should be verified after decompression.
|
||||||
AE-2 removes the CRC and shouldn't be verified after decompression.
|
AE-2 removes the CRC and shouldn't be verified after decompression.
|
||||||
Refer to http://www.winzip.com/aes_info.htm#winzip11 for the reasoning.
|
Refer to http://www.winzip.com/aes_info.htm#winzip11 for the reasoning.
|
||||||
16. Storage Format (file data payload):
|
16. Storage Format (file data payload) totals CompressedSize64 bytes:
|
||||||
a. Salt - 8, 12, or 16 bytes depending on keysize
|
a. Salt - 8, 12, or 16 bytes depending on keysize
|
||||||
b. Password Verification Value - 2 bytes
|
b. Password Verification Value - 2 bytes
|
||||||
c. Encrypted Data - UncompressedSize bytes
|
c. Encrypted Data - UncompressedSize64 bytes
|
||||||
d. Authentication code - 10 bytes
|
d. Authentication code - 10 bytes
|
||||||
|
|
Loading…
Reference in New Issue