Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

VMware Exam 2V0-72.22 Topic 9 Question 63 Discussion

Actual exam question for VMware's 2V0-72.22 exam
Question #: 63
Topic #: 9
[All 2V0-72.22 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: A, D

Contribute your Thoughts:

Ming
14 days ago
If the password is 'password123', does that mean the storage format is '{id},password123'? Yikes, not very secure!
upvoted 0 times
...
Paola
17 days ago
Option C with the timestamp? That's odd, why would you need the timestamp in the password storage format?
upvoted 0 times
...
Lorriane
22 days ago
Hmm, Option D includes a salt, that's a good security practice. I'll choose that one.
upvoted 0 times
...
James
23 days ago
I'm going with Option B. The id should come first so it's easy to look up the right PasswordEncoder.
upvoted 0 times
...
Domitila
2 months ago
I'm not sure, but I think it might be A) encodedPassword{id}, where {id} is an identifier used to look up which PasswordEncoder should be used.
upvoted 0 times
...
Ettie
2 months ago
Option A seems logical, the identifier is used to look up the PasswordEncoder. Makes sense to me.
upvoted 0 times
Christiane
6 days ago
D) {id}{salt}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder should be used and {salt} a randomly generated salt.
upvoted 0 times
...
Royal
9 days ago
C) {timestamp}encodedPassword, where {timestamp} is the time when the password was encoded.
upvoted 0 times
...
Chandra
14 days ago
B) {id}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder should be used.
upvoted 0 times
...
Luisa
23 days ago
A) encodedPassword{id}, where {id} is an identifier used to look up which PasswordEncoder should be used.
upvoted 0 times
...
...
Winifred
2 months ago
I agree with Yuette, D) {id}{salt}encodedPassword makes sense because it includes both an identifier and a randomly generated salt.
upvoted 0 times
...
Yuette
2 months ago
I think the password storage format is D) {id}{salt}encodedPassword.
upvoted 0 times
...

Save Cancel