Closed
Description
From the docs:
Currently, the presence of encryption is not even checked, and encrypted zip files will cause undefined behavior.
encrypted zip files should, at the very least, have well-defined behavior. for example, returning an error and not crashing.
Same with ZIP64 files. The docs say the behavior is undefined, but the behavior should be defined to give an error and not crash.