Plugin for archiver to create ZIP archives with password using either AES or legacy Zip 2.0 encryption
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a Node.js plugin for the `archiver` library that enables password-protected ZIP archives using AES-256 or legacy Zip 2.0 encryption. It's designed for developers who need to create encrypted ZIP files programmatically in JavaScript without external dependencies. The plugin offers a trade-off between security (AES-256) and compatibility (Zip 2.0), making it useful for applications that require secure file compression with optional broader accessibility.