omicronapps / 7-Zip-JBinding-4Android

Android Java wrapper for 7z archiver engine
GNU Lesser General Public License v2.1
121 stars 24 forks source link

Is there any way to check the archive is encrypted by password? #6

Closed PearKMA closed 3 years ago

PearKMA commented 3 years ago

Hello, i wonder if there is any way to check the archive is encrypted by password except for extracting ? e.g. something like ZipFile(pathCheck).isEncrypted in Zip4j thank you in advance.