forked from mirror/zip
Update the README.txt
This commit is contained in:
parent
246ebb4124
commit
e384fc2faf
|
@ -8,16 +8,13 @@ https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
|
||||||
|
|
||||||
The process
|
The process
|
||||||
============
|
============
|
||||||
hello.txt -> compressed -> encrypted -> .zip -> decrypted -> decompressed -> hello.txt
|
1. hello.txt -> compressed -> encrypted -> .zip
|
||||||
|
2. .zip -> decrypted -> decompressed -> hello.txt
|
||||||
|
|
||||||
Roadmap
|
Roadmap
|
||||||
========
|
========
|
||||||
Reading - Done.
|
Reading - Done.
|
||||||
TODO:
|
Writing - Starting.
|
||||||
1. Change to streaming authentication and decryption. (Maybe not such a good
|
|
||||||
idea: https://www.imperialviolet.org/2014/06/27/streamingencryption.html)
|
|
||||||
2. Check for AE-2 and skip CRC check to match with WinZip spec.
|
|
||||||
Writing - Not started.
|
|
||||||
Testing - Needs more.
|
Testing - Needs more.
|
||||||
|
|
||||||
WinZip AES specifies
|
WinZip AES specifies
|
||||||
|
|
Loading…
Reference in New Issue