Sunday, September 4, 2011

PHP to unzip password protected file

You need apache2 and PHP installed on your system. The first file is index.html


 Next you need to have a file named zip.php


Wola all your encrypted files will get uploaded to the upload directory.

If needed you can comment the last 15 lines if you are just going to submit encrypted zip files.


2 comments:

  1. You are just calling systems binary unzip inside of php, php has actually nothing to do with extracting here...

    ReplyDelete