Exam SY0-601 All QuestionsBrowse all questions from this exam
Question 790

Which of the following best describes the process of adding a secret value to extend the length of stored passwords?

    Correct Answer: C

    Salting.

Discussion
JamesDondOption: B

B. You never know.

d845f70Option: C

Add = Salting

AspiringNerdOption: C

Salting

SecNoob27639Option: C

Salting adds random data to the end of the password.

salah112Option: C

C. Salting The process of adding a secret value to extend the length of stored passwords is known as "salting." In password security, a salt is a random value that is unique for each user. The salt is combined with the user's password before hashing, making it more difficult for attackers to use precomputed tables (rainbow tables) or other techniques to crack passwords.

Hs1208Option: C

C. Salting