Encrypt Values node
The Encrypt Values node is used to encrypt one or more values using a selected encryption algorithm. It allows you to secure sensitive data before passing it to subsequent nodes in the flow.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Encryption Algorithm and Key: Select the encryption algorithm to use and provide the corresponding encryption key. The key can be a static value or a variable from a previous node.
-
Values: Define one or more elements as key-value pairs that need to be encrypted. You can use the Extended View to build complex expressions or reference flow variables.
Save in the Flow store
The encrypted values can be saved into a variable for reuse by other nodes. See Common Configurations for details.
Default output node
- Success
- Failure
JSON Metadata
{
"name": "cypher_values_v2",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "CypherValuesV2",
"category": "encryption_signing",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Encrypt Values"
}, {
"lang": "it",
"value": "Encrypt Values"
}
],
"index": 8,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}