Tagged Questions
1
vote
2answers
695 views
How can I create a WinZip compatible AES-256 encrypted zip file from PHP on Linux?
I have to create a WinZip compatible zip file from a PHP application on a linux box, and it must use AES 256 encryption. I have found a few solutions for PHP on Windows, but they don't help me! A PHP ...