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.

Just register it using this code:

const archiver = require("archiver");
archiver.registerFormat("zip-encrypted", require("archiver-zip-encrypted"));

Plugin for archiver that adds encryption capabilities to Zip compression.