node-red-contrib-kafka-encrypt

1.2.1 • Public • Published

KEK/DEK Data Encryption Node

Simple Node-RED node used for encrypting/decrypting string payload.

Authors

License

MIT

Node Reference

Encryption (kafka-encrypt)

Parameter Type Description
key key-encryption-key Required. Your key encryption key
name string Label for node
Output: Takes string to encrypt, returns payload object containing base64 encoded encrypted data.
{
    payload: ...
}

Decryption (kafka-decrypt)

Parameter Type Description
key key-encryption-key Required. Your key-encryption-key node
name string Label for node
Output: Takes in base64 encoded encryptedData, returns decrypted data.

Key Encryption Key (key-encryption-key)

Parameter Type Description
key string Required. Your key-encryption-key node
label string Label for node
Config node for Key Encryption Key (KEK)

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-kafka-encrypt

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

30.8 kB

Total Files

7

Last publish

Collaborators

  • akosijuwe