AES Decrypt function

The AES Decrypt function decrypts fields and content using the Advanced Encryption Standard (AES) algorithm with 128 bit strength. 128-bit encryption level requires an 8-byte key, which must be a 32-character hexadecimal string.

Parameter: data, key

Data that is passed as the encrypted content is decrypted to the original content using the AES key.

Returns: string

The decrypted content is returned and stored as a string.




Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


https://www.ibm.com/support/knowledgecenter/en/SS3LC4_7.5.3/com.ibm.wci.doc/AES_Decrypt_function.html