node-red-contrib-crypto-blue

0.0.5 • Public • Published

Crypto Blue 📘

A collection of Node-RED nodes for crypto utilities using the node-forge module.

Installation ⚡

To install the collection execute the following command inside the ./.node-red directory:

npm install node-red-contrib-crypto-blue

Node Included 📦

The collection is comprised of the following nodes, alognside the utilites provided by each one:

  • PKDF: Node utilizing a Password Key Derivation Function for generating and recreating encryption keys.
  • Hasher: Node utilizin the SHA algorithm for generating hashes, hmac from payloads as well as verifying hashes.
  • Cipher: Node utilizing AES algorithm for encryption and decryption of payloads.
  • PKI: Node utiliing the Ed25519 curve for generating key-pairs, signing payloads and verifying signatures.

Package Sidebar

Install

npm i node-red-contrib-crypto-blue

Weekly Downloads

9

Version

0.0.5

License

Apache-2.0

Unpacked Size

73.1 kB

Total Files

15

Last publish

Collaborators

  • doth-j