From e411582be8f39e13b4d8c277b4712bed7a893139 Mon Sep 17 00:00:00 2001 From: alexmullins Date: Thu, 29 Oct 2015 17:18:39 -0500 Subject: [PATCH] change README.txt --- README.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.txt b/README.txt index 1cfd1c9..17174ad 100644 --- a/README.txt +++ b/README.txt @@ -39,8 +39,6 @@ generates a master key broken into the following: 5. Authentication Key is same size as AES key. 6. Authentication with HMAC-SHA1-80 (truncated to 80bits). 7. A new master key is generated for every file. -7.5. CTR IV = 01 and increases for each file. Everything I've read said -it starts at 00 so I need clarification here. See winzipkeygen for example. 8. The file header and directory header compression method will be 99 (decimal) indicating Winzip AES encryption. The actual compression method will be in the extra's payload at the end