Q. What does the term 'salting' mean in password hashing?

  • (A) Adding random data to the password before hashing
  • (B) Encrypting the password
  • (C) Storing password in a separate file
  • (D) Removing spaces from password
πŸ’¬ Discuss
βœ… 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.
Explanation by: Mr. Dubey
Salting adds randomness to each password hash to prevent attacks using precomputed tables.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
83
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate