Possible Duplicate:
Create an encrypted zip archive with PHP
How to create zipped file with 256 bits encryption using PHP
If there is any example it’ll be great
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On Linux you can use 7zip to create AES encrypted zip files:
Courtesy of Nfabio from http://ubuntuforums.org/archive/index.php/t-1694923.html
Be sure to apply
escapeshellarg().