I need to create one new zip file and set password for that zip file using java.Is it possible using java.util package. or i should use any other libraries.Can anyone help me on this..pls
Asked
Active
Viewed 4,313 times
0
-
possible duplicate of [Write a password protected Zip file in Java](http://stackoverflow.com/questions/166340/write-a-password-protected-zip-file-in-java) – Matthew Farwell Nov 03 '11 at 09:53
-
http://stackoverflow.com/a/32253028/15789 - My post on another thread may help you. – RuntimeException Aug 27 '15 at 15:16
1 Answers
1
Take a look of Write a password protected Zip file in Java
and this is another link
I got it after alot of search...it may helps u...
Community
- 1
- 1
Sumit Singh
- 24,095
- 8
- 74
- 100
-
i got chilkat.jar...is there any other good one ?...which library you finally used. – nirmal90 Nov 03 '11 at 10:04