.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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