Archive for September, 2007

Password Protecting a Zip File Using PHP

I needed a way to add a password to zip files I was creating in PHP, but it seems support for that is lacking. So I resorted to using Info-ZIP. This particular site I was running PHP on a Windows IIS server. Info-ZIP is free and supported on multiple platforms. I downloaded the Windows binary [...]

September 24, 2007 · Dustin · 2 Comments
Posted in: Programming & Internet