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.