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. This operation is a one-way hash function,
and it is not possible to de-encrypt the result variable. |
|
Timeout |
String |
Number of seconds to wait
for response from the web service before timing out. 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. |