Message
Error Encrypting - ERR_CRYPTO_INVALID_KEYLEN.
Cause
This error is triggered when trying to use an `Encryption \ Decryption` connection with an incorrectly configured `Key` property.
Resolution
Update the connection so that the `Key` property has a length matching the selected `Algorithm` property. To determine the key length, divide the number in the `Algorithm` property (which represents the key length in bits) by eight. Ensure that the `Key` property has that exact number of characters. For 128-bit key algorithms the `Key` should be 16 characters, for 192 it should be 24, for 256 it should be 32, etc.
Error Detail
{
"message": "Error encrypting",
"statusCode": 400,
"error": {
"code": "ERR_CRYPTO_INVALID_KEYLEN"
},
"errorMessage": "Invalid key length",
"stepType": "Destination",
"stepName": "Buffer",
"stepId": "00000000-0000-0000-0000-000000000000",
"mapStepId": "xxxxxxxxx",
"mapStepPath": "xxxxxxxxx",
"mapStepType": "Step",
"module": "Synatic",
"commandProcessingError": null
}