.

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

LOTUSSCRIPT/COM/OLE CLASSES


HashPassword method
Example

Hashes a string value so that it is not recognizable.

Note This method is new with Release 6.

Defined in

NotesSession

Syntax

hashedPassword$ = notesSession.HashPassword( password$ )

Parameters

password$


Return value

hashedPassword$


Usage

A field of type "Password" is not secure. Even though it displays as asterisks, its value can be read programmatically or by looking at the field in the Properties box. Use HashPassword to convert such a value to gibberish.

Use VerifyPassword to examine a hashed value.

Language cross-reference

hashPassword method in Java Session class

Example
See Also