I use Apache Common Compress in my file manager app in android, but i can not find any example or document about creating encrypted file. Can some one help me please!
Asked
Active
Viewed 3,543 times
0
-
Please provide us with code samples of what you tried until now. That way we can help you more effectively. – Ivonet Dec 11 '17 at 11:11
1 Answers
2
From the "known limitations" page (https://commons.apache.org/proper/commons-compress/limitations.html):
ZIP:
- no support for encryption or multi-volume archives

Piotr Wilkin
- 3,446
- 10
- 18
-
1Do you know any Java library to compress/extract all common archive file types with password option? – HaiMH Dec 13 '17 at 03:46
-
It's quite late, but it's available, here: https://search.maven.org/artifact/de.idyl/winzipaes/1.0.1/jar – Christopher Schultz Sep 28 '19 at 12:50
-
1