ENCRYPTDATA

Returns the encrypted value of the string passed to the function. Encrypts 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 encryption of URL parameters in application.

Syntax

= ENCRYPTDATA (value)

Parameters

value

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

Return Type

String

Examples

Example

Returns

= ENCRYPTDATA(Password)

The encrypted value of the Password field.