Android Question Zip file and Unzip

Pooya1

Active Member
Licensed User
Hi
I need library that zip file with compatible compress method and encryption and
extract it in PHP and update it and again zip it and send to device
and in device extract it also decrypt
It is important compress and encryption method be compatible with linux command unzip
 

DonManfred

Expert
Licensed User
Longtime User
Probably the right lib is Archiver ibrary from @Informatix
Edit: The Archiver lib does not support En-/Decryption. You need to use the ArchiverPlus from Pro-Bundle (see below).


Or use the ProBundle Archiverplus.
- ArchiverPlusZip v1.13
Based on the Zip4j library, this library allows to add, extract, update and remove files from a zip archive.
It supports encryption and decryption (standard and AES), Zip64 format and split zip archives. It is compatible with B4J.
 
Upvote 0
Top