You are currently browsing the Nerdy Dork weblog archives for the day Monday, September 24th, 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 […]