This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes java API to attach a password for the generated zip file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "java API to attach a password for the generated zip file" Watch "java API to attach a password for the generated zip file" New topic
Author

java API to attach a password for the generated zip file

Radhika R Bansal
Greenhorn

Joined: Jun 05, 2006
Posts: 2
Hi,

1) Using java API we need to zip multiple files and create a .zip file.
2) Using java API attach a password for the generated zip file.

We are able to generate the zip file using java.util API but couldn't find a way to attach password.
Can someone pls help me with this. Thanks in advance
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
There is no support for this in standard class libraries, but a quick Google search finds this article, which suggests two ways how to do it.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: java API to attach a password for the generated zip file
 
Similar Threads
How to password protect a zip file?
Zip the file along with password protected
Read a passowrd protected zip file
Email zip attachments
How create encrypted/password-protected zip file?