UI Deploy

Curated, Short, Web UI Dev we Love.

How to Create Password Protected Zip Files in Java

This tutorial covers creating password protected zip files using a very useful library zip4j. Java, by default, does not provide any support for password protection for file; though it has very good API support for creating/extracting zip files.

view source

Advertisement