How to set password for a zip file?
908059Feb 13 2012 — edited Feb 14 2012I am able to add files to a zip file using java.util.zip.ZipOutputStream. I'd like to set password for the generated zip file, but could not find any relevant API in JDK doc.
How to do that in Java? Maybe using a third party library?
Any suggestions are welcome.
Thanks.