Kizspy | Question: 30
(Choose 1 answer)
What is the purpose of a salt in password hashing?
A. To add flavor to the hashed password.
B. To store the password in plain text in the database.
C. To add random data to the password before hashing, making it more difficult for attackers to use precomputed lookup tables to crack the hashed password.
D. To add a secret key to the password before hashing, making it more difficult for attackers to crack the hashed password.