http://www.perlmonks.org?node_id=744924


in reply to Unzip with password?

Easy, non-Perl solution: `unzip -P $password $archive $file`, where you may want to take precautions on how you encode $password. The lack of password support is likely because ZIP encryption has a known vulnerability.