How to decompress an AES-256 encrypted Zip file?

前端 未结 2 1122
抹茶落季
抹茶落季 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:12

    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:

    1. Right clicking on the Frameworks folder in your project (you can do it elsewhere but that's likely where you want to put it)
    2. Select add file
    3. Select existing frameworks
    4. Select libz.1.2.3.dylib

提交回复
热议问题