stachenov / quazip

Qt/C++ wrapper over minizip
Other
580 stars 233 forks source link

Creating Password protected ZIP #122

Closed ahsnuet closed 3 years ago

ahsnuet commented 3 years ago

Greetings,

Does quazip allows to create password protected ZIP file.

Best regards, Ahsan

stachenov commented 3 years ago

It does, but with several limitations: first, only the most basic encryption is supported (traditional PKWARE encryption), and this feature is not available through the JlCompress utility class, meaning you'll have to use the lower level API of QuaZip/QuaZipFile, which isn't very convenient.