Bug 36786

Summary: Password protection and Encryption for ant zip task zip files
Product: Ant Reporter: Chris <christopher.mcneil>
Component: OtherAssignee: Ant Notifications List <notifications>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Chris 2005-09-23 18:46:28 UTC
I would like to have the option of having the ant zip task to have encryption 
and password capabilities.

Maybe something like this:

<zip destfile="${build.output}/My_Zip.zip" 
     encryption="AES128" 
     password="mypassword" 
     key="${build.output}/somekey.file">
   <fileset dir="${build.output}"/>
</zip>

Thanks,
Chris
Comment 1 Larry Shatzer 2005-09-23 18:57:15 UTC

*** This bug has been marked as a duplicate of 24167 ***