mw99 / DataCompression

Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
Apache License 2.0
287 stars 57 forks source link

Hi this is an amazing library is there any chance to creating a password protected zip file? #35

Open waelsaad opened 8 months ago

waelsaad commented 8 months ago

I would like to know about the possibility of creating password protected zip files? what needs be done in terms of implementing this as an additional feature?

Thank you