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:
- create, add, extract, update, remove files zip file
- read/write password protected zip files
- supports aes 128/256 encryption
- supports standard zip encryption
- supports zip64 format
- supports store (no compression) , deflate compression method
- create or extract files split zip files (ex: z01, z02,...zip)
- supports unicode file names
- progress monitor
Comments
Post a Comment