I want to create password protected Gzip file in java. Is there any commons jar for that.
I tried with GzipParameters, but there is no options for password.
Thanks in advance.
I want to create password protected Gzip file in java. Is there any commons jar for that.
I tried with GzipParameters, but there is no options for password.
Thanks in advance.
Copyright © 2021 Jogjafile Inc.
Refer to the following library https://github.com/srikanth-lingala/zip4j
Maven Dependency
Sample Code