mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
839 stars 260 forks source link

Create zip file with Standard Zip 2.0 encryption #36

Open lenhhoxung86 opened 9 years ago

lenhhoxung86 commented 9 years ago

Hello, I successfully create zip file with password using ZipArchive. However, as I know, there is only one encryption method used that is aes 256. How to create file zip with password using the Standard Zip 2.0 encryption?

mattconnolly commented 9 years ago

Hi,

I'm afraid I don't know too much about the specifics of Zip encryption. As far as I understand this pod is a wrapper around the standard minizip library. If you find some more details, please share.

Pull requests are obviously welcome, too!