Search code examples
iphoneaesunzip

How to unzip an AES encrypted zip file on the iPhone?


In my current iPhone project I need to decrypt zip files which have been encrypted using AES 256 method either on a Mac with StuffIt Engine or on Windows with WinZip.

I tried to use ZipArchive (based on MiniZip) but it doesn't work. Anyone knows how to do this ?


Solution

  • I ended up buying a license for IPWorks ZIP library which works fine.