MD5 Encryption

This block encrypts any string variable using MD5 hashing. This is useful for taking sensitive data collected via IVR and passing it to an external application.

Properties

Values

Description

URL

Web address

Web services URL, for example, http://www.abc.com/soap/GetClientInformation.asmx

String to Encrypt

String

The string that is to be encrypted.
Note

This operation is a one-way hash function, and it is not possible to de-encrypt the result variable.
This can only be used to verify the integrity of information passed to the system, as the function returns the same result given the same input.

Timeout

String

Number of seconds to wait for response from the web service before timing out.
If the web service does not respond within the specified timeout, the operation is aborted and a log entry is created in the CCaaS Designer log as follows:

No response was received from http://webserver/webservices/test.asmx. Operation aborted.

Result Variable

String

A variable name where responses are being prefixed. See XML response example, for example, myVar. The result is in MD5 Format4 encryption.