I need to create a WinZip compatible ZIP file from a PHP application in a linux window, and it must use AES 256 encryption. I found several PHP solutions on Windows, but they do not help me! A PHP package would be great, but if I need to, I can always run my PHP exec () code or something to run the linux command line utility.
Any suggestions?
linux php aes winzip
Jason
source share