2v0-7222 Exam QuestionsBrowse all questions from this exam

2v0-7222 Exam - Question 65


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

Show Answer
Correct Answer: B

When using the DelegatingPasswordEncoder, the password storage format is {id}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder should be used. This format allows the DelegatingPasswordEncoder to determine which specific PasswordEncoder to use based on the prefix identifier.

Discussion

1 comment
Sign in to comment
2211094Option: B
Jul 1, 2024

The correct answer is B and here is the reason as why this is it. https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/crypto/password/DelegatingPasswordEncoder.html