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)- A5% (1)
- B80% (16)
- C10% (2)
- D5% (1)
Community Discussion
No community discussion yet for this question.