nerdexam
Broadcom-VMware

2V0-72.22 · Question #77

What's the password storage format when using the DelegatingPasswordEncoder?

The correct answer is B. {id}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder should. See the full explanation below for the reasoning.

Question

What's the password storage format when using the DelegatingPasswordEncoder?

Options

  • AencodedPassword{id}, where {id} is an identifier used to look up which PasswordEncoder should
  • B{id}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder should
  • C{timestamp}encodedPassword, where {timestamp} is the time when the password was encoded.
  • D{id}{salt}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    80% (16)
  • C
    10% (2)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 2V0-72.22 Practice