Multiple choice technology programming languages

Which one of the following @function is used to compare two Passwords?

  1. @VerifyPassword

  2. @Compare

  3. @PasswordCompare

  4. @HashCompare

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The @VerifyPassword function is specifically designed to compare two password values in Lotus Notes/Domino, handling password verification securely. @Compare is a general comparison function, @PasswordCompare doesn't exist, and @HashCompare is not a standard formula function. @VerifyPassword is the correct password-specific comparison function.