Update README.md

This commit is contained in:
Nathan Moinvaziri 2017-10-22 14:49:26 -07:00 committed by GitHub
parent fd039e3d71
commit 898e4adf8c

View File

@ -73,7 +73,7 @@ cmake . -DUSE_CRYPT=OFF
### NTFS Timestamps
Support has been added for UTC modified, access, and creation dates.
Support has been added for UTC last modified, last accessed, and creation dates.
### Streams
@ -160,5 +160,6 @@ When unzipping it will automatically determine when in needs to cross disk bound
## Limitations
+ Archives are required to have a central directory with correct header values for unzipping.
+ Archives are required to have a central directory.
+ Central directory header values must be correct and it is necessary for the compressed size to be accurate for AES encryption.
+ Central directory encryption is not supported due to licensing restrictions mentioned by PKWARE in their zip appnote.