Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






VerifyPassword method

Verifies a plain string value against a hashed value.

Note This method is new with Release 6.

Defined in

NotesSession

Syntax

flag = notesSession.VerifyPassword( password$, hashedPassword$ )

Parameters

password$

String. The string to be hashed.

hashedPassword$

String. The hashed string.

Return value

flag

Boolean.

Usage

Use HashPassword to create a hashed value.

Language cross-reference

verifyPassword method in Java Session class

See examples

Examples: VerifyPassword method
Related topics
Hashing passwords




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009