I am looking for a compression library to use in iPhone application supports decompressing AES 256-bit archives built in Winzip
compression utility.
Thanks.
I am looking for a compression library to use in iPhone application supports decompressing AES 256-bit archives built in Winzip
compression utility.
Thanks.
zlib is part of the iPhone sdk and is a well established and free option. If you're using Xcode you can add it to your project by:
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.