Socket
Socket
Sign inDemoInstall

node-red-contrib-cryptography

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-cryptography

Simple cryptography, hash with SHA-256 and RIPEMD-160


Version published
Weekly downloads
34
increased by61.9%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

node-red-contrib-cryptography

Simple NodeRed Node for cryptography.

Simple hash with AES-256 and RIPEMD-160

A sample Flow:

image

More for this Node-Red Node on http://blog.wenzlaff.de/?p=16346

Install

npm install node-red-contrib-cryptography

Sample

Input String in msg.payload: "Der Text von dem der Hash gebildet wird. Er soll auch mal ein paar Umlaute enthalten wie öü oder ÖÜ"

Output Hash with AES-256 in Hex: "9307f6730bb57a068c3662c775649c4fbadfb0ddf3d11c43e525259a43c1a150"

A sample Flow is in the /examples Dir.

It is a wrapper for Node.js crypto Lib from https://nodejs.org/api/crypto.html

Sample Flow SHA-256

image

NodeRed Gui:

image

Sample Flow RIPEMD-160

image

NodeRed Gui:

image

Keywords

FAQs

Last updated on 22 Feb 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc