xcode Objective-C zip 库将压缩和解压缩,有密码保护?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8313571/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 22:35:59  来源:igfitidea点击:

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

iphoneobjective-ciosxcode

提问by Jules

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

是否有一个 zip 库可以压缩和解压缩,并带有密码保护?

采纳答案by Jeff Wolski

Take a look at ZipArchive. It supports password protection.

看看ZipArchive。它支持密码保护。

回答by Macmade

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.

试试Objective-ZIP。使用简单,适用于 Mac OS X 和 iOS,并支持受密码保护的 ZIP 档案。它也非常有效。

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

编辑:谷歌代码链接现在是 404。我认为这是同一项目的新 URL:https: //github.com/flyingdolphinstudio/Objective-Zip

回答by HereTrix

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

问题很老,但我希望这个库可以帮助某人SSZipArchive