JAVA/CORBA-KLASSEN


hashPassword method
Beispiel

Hashes a string value so that it is not recognizable.

Hinweis This method is new with Release 6.5.

Defined in

Session

Syntax

public String hashPassword(String password)
   throws NotesException

Parameters

String password


Return value

String


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 LotusScript NotesSession class

Beispiel
Siehe auch