简体   繁体   中英

Encrypted zip file, prior to php 7.2

I have to unpack an encrypted zip file directly in PHP, but we are running php 7.1 with no current scheduled update to 7.2 and the newer libzip. Is there no way to get it done with php 7.1?

Thanks !

Creating encrypted ZIP files with password in PHP

You need at least PHP 7.2 to encrypt ZIP files with a password.

Link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM