PHP Classes

Password protected zip

Recommend this page to a friend!

      PHP Unzipper  >  All threads  >  Password protected zip  >  (Un) Subscribe thread alerts  
Subject:Password protected zip
Summary:Please add Password protected zip/unzip
Messages:1
Author:behnamy
Date:2018-08-19 06:06:42
 

  1. Password protected zip   Reply   Report abuse  
Picture of behnamy behnamy - 2018-08-19 06:06:42
Hi, as I know in PHP it's impossible to zip/unzip in password protected way, you can only create a zip file without password.

Can you use a 3rd party library of a linux in your package to make this possible? I mean by using exec or pcntl_fork in PHP, this package can create Password protected zip/unzip files with the help of that installed linux software which runs through exec by PHP.