Archiver
A streaming interface for archive generation.
Official Websitehttps://www.archiverjs.com/
- JavaScript
Documentationhttps://www.archiverjs.com/docs/quickstart
NodeJS packagehttps://www.npmjs.com/package/archiver
Version5.3.2
Source Codehttps://github.com/archiverjs/node-archiver
Archiver Zip Encrypted
We have also included one plugin for archiver that adds encryption capabilities to Zip compression.
To use it, register the plugin with the following code:
const archiver = require("archiver");
archiver.registerFormat("zip-encrypted", require("archiver-zip-encrypted"));
Plugin for archiver that adds encryption capabilities to Zip compression.
Official Websitehttps://github.com/artem-karpenko/archiver-zip-encrypted