FORMULA LANGUAGE


@HashPassword
Encodes a string.

Note This @function is new with Release 6.

Syntax

@HashPassword(string)

Parameters

string


Return value

encodedString


Usage

Some person records contain a $SecurePassword hidden field, which is double digest encoded in the @HashPassword format. If this field is not present in the record, the digest is encoded in the @Password format. @HashPassword creates a more secure password than the @Password function does.

See Also