show / hide menu

Encrypt

This function is used to encrypt the given input string.

Syntax:

Encrypt(Value, Salt)

Value is the string that has to be encrypted. Salt is the key.

Example:

Encrypt(“value”, “salt”)

The function will encrypt the value specified.