nih-at / libzip

A C library for reading, creating, and modifying zip archives.
https://libzip.org/
Other
857 stars 275 forks source link

PKWARE encryption encode support #61

Closed hgbutte closed 6 years ago

hgbutte commented 6 years ago

For backward compatibility reasons i need to create zip files with PKWARE style encryption. Tried AES-128 but my counterpart does not support this.

0-wiz-0 commented 6 years ago

This is a quite unsafe format. There are no plans to support it. We might accept a pull request though.