Tagged Questions
4
votes
2answers
2k views
Creating a self-extracting zip archive on a linux box
Due to a number of constraints that I won't get into, I have to create a self-extracting ZIP archive on a linux box. The resulting archive should be executable on Windows only. Is this at all ...
1
vote
2answers
646 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 ...