Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 826
Jules Avatar asked Nov 29 '11 15:11

Jules


3 Answers

Take a look at ZipArchive. It supports password protection.

like image 26
Jeff Wolski Avatar answered Nov 03 '22 10:11

Jeff Wolski


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

like image 102
Macmade Avatar answered Nov 03 '22 08:11

Macmade


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

like image 43
HereTrix Avatar answered Nov 03 '22 09:11

HereTrix