How can I extract a password protected .zip file from within my PHP application?
.zip
You can use this (assuming your server has the "right" os :-))
echo shell_exec('unzip -P password file.zip');