Utility_EncryptTableString()

Examples


The Utility_EncryptTableString() function encrypts a string using the same method that Dexterity uses when storing encrypted strings in tables.

Syntax

Utility_EncryptTableString(source_string)

Parameters

source_string – The string to be encrypted.

Return value

A string containing the value in encrypted format.


Documentation Feedback