I am currently trying to create a Zip file with password protection using PHP. I have found one very useful class for creating Zip archives with PHP (zip.lib.php, used in phpMyAdmin), described here:
http://www.zend.com/zend/spotlight/creating-zip-files1.php
http://www.zend.com/zend/spotlight/creating-zip-files2.php
http://www.zend.com/zend/spotlight/creating-zip-files3.php
though this does not appear to support the addition of any sort of password protection.
Does anyone know of a way to implement this, either by modifying the above script or by using another?
Thanks much!