gildas-lormeau / zip.js

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
https://gildas-lormeau.github.io/zip.js
BSD 3-Clause "New" or "Revised" License
3.42k stars 512 forks source link

support zip/unzip the zip file which be ziped by 7zip or rar #295

Closed dwj1979 closed 2 years ago

dwj1979 commented 2 years ago

I want to know if zip.js lib support zip/unzip the zip file which be zipped by 7zip or rar

gildas-lormeau commented 2 years ago

Unfortunately, this is out of the scope of the library. Regarding 7z files, maybe this library could help you: https://github.com/sonictruth/7zip.js. The license of the rar file format does not allow to distribute an open-source implementation.