Package Exports
- node-red-contrib-cryptography
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-red-contrib-cryptography) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-red-contrib-cryptography
Simple NodeRed Node for cryptography.
Simple hash with AES-256.
A sample Flow:
More for this Node-Red Node on http://blog.wenzlaff.info
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"
It is a wrapper for Node.js crypto Lib from https://nodejs.org/api/crypto.html