Ios – How to CREATE a password protected zip file in iOS

encryptioniosios7passwordszip

I'v gone through multiple libraries like SSZipArchive and ZipArchive for creating password protected zip files . But both these libraries does not have the option to create a password protected zip file. They only have the option to unzip a password protected file.

Are there any libraries/ API's that allows us to CREATE a zip file with password protection.

Best Answer