Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.77 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.77 KB

IPFS-Encrypt

Version GitHub Github Stars GitHub last commit GitHub issues GitHub pull requests

A Node.js module for uploading and downloading encrypted folders to/from IPFS using AES-256-CBC encryption.

Working

ipfs-encrypt (1)

ipfs-encrypt

A Node.js module for uploading and downloading encrypted folders to/from IPFS using AES-256-CBC encryption.

Installation

npm install ipfs-encrypted

Requirements

To use the ipfs-encrypted package, you need to have the following:

  • Node.js installed on your computer. You can download it from the official Node.js website.
  • A Web3 Storage token to authenticate your requests to the IPFS network. You can obtain a token by signing up for Web3 Storage.

Usage

Check out the docs here: {insert docs link here after hosting it}

License

MIT

Contributors