Objective-C zip library which will zip and unzip, with password protection?

前端 未结 3 1658
难免孤独
难免孤独 2020-12-03 22:02

Is there a zip libary which will zip and unzip, with password protection ?

相关标签:
3条回答
  • 2020-12-03 22:36

    Take a look at ZipArchive. It supports password protection.

    0 讨论(0)
  • 2020-12-03 22:38

    Question is old but I hope this library can help someone SSZipArchive

    0 讨论(0)
  • 2020-12-03 22:53

    Try Objective-ZIP. Simple to use, works on Mac OS X and iOS, and has support for password-protected ZIP archives. It's also pretty efficient.

    EDIT: The google code link is a 404 now. I think this is the new URL for the same project: https://github.com/flyingdolphinstudio/Objective-Zip

    0 讨论(0)
提交回复
热议问题