UNPKG

node-red-contrib-cryptography

Version:

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

88 lines (87 loc) 1.94 kB
[ { "id": "8c7858ec.ea668", "type": "tab", "label": "Hash SHA-256", "disabled": false, "info": "" }, { "id": "f7651dde.c15ac", "type": "inject", "z": "8c7858ec.ea668", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "Der Text von dem der Hash gebildet wird. Er soll auch mal ein paar Umlaute enthalten wie öü oder ÖÜ", "payloadType": "str", "x": 160, "y": 160, "wires": [ [ "8e934fd1.408d2" ] ] }, { "id": "3631795c.1eac0e", "type": "debug", "z": "8c7858ec.ea668", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "statusVal": "", "statusType": "auto", "x": 550, "y": 160, "wires": [] }, { "id": "5106f040.3e5d8", "type": "comment", "z": "8c7858ec.ea668", "name": "(c) 2021 Thomas Wenzlaff www.wenzlaff.info", "info": "", "x": 590, "y": 60, "wires": [] }, { "id": "4db0e3c6.21085c", "type": "comment", "z": "8c7858ec.ea668", "name": "Node: node-red-contrib-cryptography", "info": "", "x": 230, "y": 60, "wires": [] }, { "id": "8e934fd1.408d2", "type": "hash sha256", "z": "8c7858ec.ea668", "name": "", "x": 350, "y": 160, "wires": [ [ "3631795c.1eac0e" ] ] } ]