node-red-contrib-cryptography

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i node-red-contrib-cryptography

Weekly Downloads

34

Version

0.0.4

License

MIT

Unpacked Size

10.9 kB

Total Files

12

Last publish

Collaborators

  • wenzlaff