DECRYPTDATA

Return the decrypted value of the string passed to the function. Decrypts using  encryption key but does not use Session id. Use it to decrypt data from database or when include a URL in the email. Not recommended for decryption of URL parameters in application.

Syntax

= DECRYPTDATA(value)

Parameters

value

The value which has to be decrypted. The value should be specified as a string.

Return Type

String

Examples

Example

Returns

= DECRYPTDATA(Password)

The decrypted value of the Password field.