How to decompress an AES-256 encrypted Zip file?

前端 未结 2 1110
抹茶落季
抹茶落季 2020-12-29 00:45

I am looking for a compression library to use in iPhone application supports decompressing AES 256-bit archives built in Winzip co

2条回答
  •  醉梦人生
    2020-12-29 01:03

    Thank you very much for the help I finally ened up using ZipArchive library from:

    http://www.artpol-software.com

    I had couple of obstacles such as compiling the library to armv6/armv7/i386 architectures but finally it worked out for me, I am more than happy to share the compiling process if any body want to use ZipArchive, amazing library.

提交回复
热议问题