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

岁酱吖の 提交于 2019-12-12 03:55:18

问题


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 ?


回答1:


Added AES encryption support to Minizip contrib: https://github.com/nmoinvaz/minizip




回答2:


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




回答3:


You should try to port (include) InfoZip sources, they are compatible with such encryption style. However, you should also check if the license for InfoZip is adequate for your circumstances.



来源:https://stackoverflow.com/questions/3493733/how-to-unzip-an-aes-encrypted-zip-file-on-the-iphone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!