Astha Garg
Astha Garg

Reputation: 1122

How to create password protected zip/7zip file using apache.compress

In my Android project, I'm using below dependency in my build.gradle file to support extraction/compression of archive files

implementation 'org.apache.commons:commons-compress:1.21'

I want to know how can I create password protected zip/7zip file using apache.compress. I'm referring this documentation Apache Compress

I'm able to create zip/7zip archives but not able to set password to those archives.

I tried but couldn't find anywhere.

Thanks in Advance.

Upvotes: 0

Views: 1293

Answers (1)

Astha Garg
Astha Garg

Reputation: 1122

Apache compress library does not support creating archives(zip/7zip files)

Upvotes: 0

Related Questions