1.2.1 • Published 7 months ago

node-red-contrib-kafka-encrypt v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

KEK/DEK Data Encryption Node

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

Authors

License

MIT

Node Reference

Encryption (kafka-encrypt)

ParameterTypeDescription
keykey-encryption-keyRequired. Your key encryption key
namestringLabel for node
Output: Takes string to encrypt, returns payload object containing base64 encoded encrypted data.
{
    payload: ...
}

Decryption (kafka-decrypt)

ParameterTypeDescription
keykey-encryption-keyRequired. Your key-encryption-key node
namestringLabel for node
Output: Takes in base64 encoded encryptedData, returns decrypted data.

Key Encryption Key (key-encryption-key)

ParameterTypeDescription
keystringRequired. Your key-encryption-key node
labelstringLabel for node
Config node for Key Encryption Key (KEK)
1.2.1

7 months ago

1.2.0

7 months ago

1.0.0

7 months ago