aspose file tools
The moose likes Java in General and the fly likes Zip the file along with password protected Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Zip the file along with password protected" Watch "Zip the file along with password protected" New topic
Author

Zip the file along with password protected

Prasath Thirumoorthy
Ranch Hand

Joined: Jul 23, 2004
Posts: 65
Hi Friends,

Using the java.util.zip api we can zip the file.But the thing is I need to zip the file along with password protection.

Could you please guide me on the same.
Let me know is there any other API to do this or we can solve it using java api itself.

Thanks & Regards,
Prasath Thirumoorthy


Thanks,
Prasath

SCJP1.4, SCWCD
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
There's a bug open requesting this feature. I wouldn't hold your breath though - it was reported against 1.3.
There are some alternatives suggested in the bug.


Joanne
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Zip the file along with password protected
 
Similar Threads
How to password protect a zip file?
How to unzip password protected zip file in java?
Password protected zip file
Password Validation
java API to attach a password for the generated zip file