Encrypt data using AES-256 CBC Algorithm.
|
In
Exec
|
|
|
Aes Key
String
|
The AES Key. |
|
Initial Vector
String
|
Initial vector corresponding to the AES key. |
|
Data to Encrypt
Array of Bytes
|
Data to encrypt. |
|
Out
Exec
|
|
|
Completed
Exec
|
|
|
Success
Boolean
|
|
|
Error Message
String
|
|
|
Encrypted Data
Array of Bytes
|