Jules
Jules

Reputation: 7766

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 ?

Upvotes: 9

Views: 5988

Answers (3)

Macmade
Macmade

Reputation: 53950

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

Upvotes: 4

HereTrix
HereTrix

Reputation: 1417

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

Upvotes: 2

Jeff Wolski
Jeff Wolski

Reputation: 6372

Take a look at ZipArchive. It supports password protection.

Upvotes: 2

Related Questions