Skip to content

AES Message Decrypt

Element name: AES Message Decrypt

Category: External Services

Description: AES 256 CBC message decryption is a cryptographic technique used to reverse the encryption process of messages that have been encrypted using the AES (Advanced Encryption Standard) symmetric encryption algorithm in CBC (Cipher Block Chaining) mode with a 256-bit key. This allows legitimate recipients of the message to read the original content of the message in clear text.

Funcionality: The functionality of AES 256 CBC message decryption is essential for reversing the encryption of messages encrypted with AES in CBC mode and a 256-bit key. It allows legitimate recipients to securely read the original content in plaintext.

Configuration fields of the action Await JSON web Request Results

Name: Unique configuration box descriptor name for identification purposes in the flow.

Encrypted IDF obtained from an expression or entity: Field of type StringExpression. You must enter the IDF in string format or the entity containing the IDF you want to decrypt.

-- Example:

    'BwZhzi6jCqK4CYz57lG3/9CogP6tmpk14zvInFVxtNJkDZvoxEChIoehAC3LLtONVJU7xSUBnhO5Mr0w/lHC/TZ3LB0IWVOe8rHNpCRNlasILm8GAFczKZH5amLt15MZ7DpJs4841K0gxOp+3LFtCqL2tfxF//z0ItyJDQMZMUdCd2vdrCxv0vC8H6bFNKhgOHZPMemn/Y9mYiCcUePw1ww54AN7gPstZSCJENm1sZ7t46pM5+3cdkKSDVOrYxO98AzxSyFf9EjDpBGm5NamYA=='

Encryption Key: Field of type StringExpression. You must enter the key in string format or the entity containing the key used to decrypt the IDF.

-- Example: 'UFAXxDeXbAjxSnSixm/lUVFjHWw3ZhyQgi+Ag78698s='

Name of the entity where to store the result obtained from an expression: Field of type StringExpression. Entity that stores the result of the service decrypting the data.

-- Example: ‘ResultValdiate’

-- Example content of ResultValidate or service response:

{"valid":false,"links":[{"rel":"self","href":"http://app.perfilador.claveunica.produccion.transbank.local/Authorizator/v1/validateToken","hreflang":null,"media":null,"title":null,"type":null,"deprecation":null}]}