-
Notifications
You must be signed in to change notification settings - Fork 996
Open
Labels
*no response*enhancementFeature request or other improvements of existing functionalityFeature request or other improvements of existing functionality
Description
Is your feature request related to a problem? Please describe.
We have a spec ambiguity with a third party spec; it says file in zip file to be encrypted with AES encryption.
There are two different versions of AES encryption; WinZip's version and PKWare's version. Almost everybody uses WinZip's version but this one vendor decided to use PKWare's version for reasons that we probably will never know.
So, we don't need to write these; but we do need to read them.
Describe the solution you'd like
Recognize the flags and initialize the AES decryption stream when opening such a zip entry.
No need to implement the other encryption schemes as far as we are concerned.
Describe alternatives you've considered
Looking for a commercial package as been considered.
Tags
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
*no response*enhancementFeature request or other improvements of existing functionalityFeature request or other improvements of existing functionality