Generate Secure Key node
The Generate Secure Key node creates encryption keys using a password stored in a variable.
This node is available in: Authentication, Admin, Self Service, Consent, Library, Custom, User Defined
Node configurations
- Password: Specify the variable that will contain the password. This value is used as input to generate the encryption keys.
Default output node
- Success
- Failure
JSON metadata
{
"name": "cckey_salt",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"category": "encryption_signing",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Generate Secure Key"
}, {
"lang": "it",
"value": "Generate Secure Key"
}
],
"flowCategory": [
"custom",
"admin",
"auth",
"self",
"consent"
],
"flowType": [
"library"
],
"nodeName": "GenerateCcKeySalt",
"index": 13,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}