encryption - Reading Password-Protected ZIP Files in Java -


i have zipped , protected file password. need retrieve file java. need unlock password , unzip java make proper connection file.

my first questions is: java unzip , unlock zipped file on local drive? (so no point protecting it?).

i have read encryption, searching easiest way here. link: http://blog.alutam.com/2009/10/31/reading-password-protected-zip-files-in-java/

my second question link above: cannot find lines pointing zipped file on local drive+ password uses unlock file (is hardcoded?)

thank you

you may want have on zip4j

key features:

  1. create, add, extract, update, remove files zip file
  2. read/write password protected zip files
  3. supports aes 128/256 encryption
  4. supports standard zip encryption
  5. supports zip64 format
  6. supports store (no compression) , deflate compression method
  7. create or extract files split zip files (ex: z01, z02,...zip)
  8. supports unicode file names
  9. progress monitor

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -