BE_CipherDecrypt

BE_CipherDecrypt(cipher;encryptedData;key;iv;{paddingBoolean;fileNameWithExtension})



Decrypt encryptedData using cipher.

Parameters:

- cipher : The cipher name to use. If the value is empty, "AES-256-CBC" will be used.

- encryptedData : The data to decrypt. It can be HEX encoded text or container field.

- key : The key to decrypt with. It can be HEX encoded text or container field.

- iv : The IV (initialization vector). It can be HEX encoded text or container field.

- paddingBoolean : Set false< to disable padding. Padding is enabled if the parameter is true, empty or not specified.

- fileNameWithExtension : The filename and extension for the decrypted data.

Keywords:

Cipher Decrypt


Version History:

- 4.0 :

Still need help? Contact Us Contact Us