LegacyAESDecryptionValve
Warning
This valve is deprecated - it is recommended to avoid usage of this valve.
Note
Valve for decrypting legacy AES properties.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| source_params | Properties to be decrypted. | Yes | No | |
| secret | The AES encryption key. | Yes | No | |
| aes_size | Number of bits for encryption (128/256). | 256 | Yes | No |
| aes_iv | The initialization vector. | No | No | |
| aes_data_enc_type | Encoding type of the data, hex or b64. | hex | Yes | No |
| aes_key_enc_type | Encoding type of the AES key/secret, hex or b64. | hex | Yes | No |
| aes_use_cbc | Use CBC block cipher mode. | false | No | No |
Example Configuration
{
"name": "LegacyAESDecryptionValve",
"config": {
"secret":"{enc}GQf8YGIfFk+IJqhuvqf+QF3bGJYZxz0GHMCoLVXcIPo=",
"source_params":"description,pager",
"aes_size":"128"
}
}
Requirements
Item set must have at least one entry.