ENCRYPT

Returns the encrypted value of the string passed to the function.

Syntax

= ENCRYPT(value)

Parameters

value

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

Return Type

String

Examples

Example

Returns

= ENCRYPT(“Password”)

The encrypted value of the Password variable.

= ENCRYPT("OrderID")

The encrypted value of the OrderID variable.

= ENCRYPT("UserName")

The encrypted value of UserName variable.