Skip to main content

Archiver

A streaming interface for archive generation.

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.