Web3S_Demo > Web 3S Aes Encrypt Async Task > Encrypt Data (AES)

Encrypt Data (AES)

Encrypt data using AES-256 CBC Algorithm.

Inputs

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.

Outputs

Out
Exec

Completed
Exec

Success
Boolean

Error Message
String

Encrypted Data
Array of Bytes