From cff816a2e0f693c7941018b7e53609dd90d44ba9 Mon Sep 17 00:00:00 2001 From: alexmullins Date: Thu, 29 Oct 2015 17:56:21 -0500 Subject: [PATCH] add Storage Format section to README.txt --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.txt b/README.txt index c8023ee..4f697a8 100644 --- a/README.txt +++ b/README.txt @@ -64,3 +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. 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. +16. Storage Format (file data payload): + a. Salt - 8, 12, or 16 bytes depending on keysize + b. Password Verification Value - 2 bytes + c. Encrypted Data - UncompressedSize bytes + d. Authentication code - 10 bytes