I need to implement a solution that creates password protected ZIP streams and save to database as a
blob. Also need to read the password protected content from the database read as the stream. This
should not create a physical File. Standard JAVA SDK does not support creating and reading password
protected ZIP. I tried with different solutions all most the available solution creating a physical file.
I found examples with writing/Reading password protected ZIP with ZIP4J
How to password protect a zipped Excel file in Java?
Is it possible to create and read password protected ZIPs with ZIP4j library without creating physical files. ?
Applying a patch to the other available source seems difficult to cater my requirement.