Q. What does the term 'salting' mean in password hashing?
β
Correct Answer: (A)
Adding random data to the password before hashing
Explanation: Salting adds randomness to each password hash to prevent attacks using precomputed tables.