Alice and Bob use the same password to login into the company network. This means both would have the exact same hash for their passwords. What could be implemented to prevent both password hashes from being the same?

IT Exam Items RepositoryCategory: Cybersecurity EssentialsAlice and Bob use the same password to login into the company network. This means both would have the exact same hash for their passwords. What could be implemented to prevent both password hashes from being the same?

Alice and Bob use the same password to login into the company network. This means both would have the exact same hash for their passwords. What could be implemented to prevent both password hashes from being the same?

  • peppering
  • pseudo-random generator
  • salting
  • RSA

Explanation: A password is stored as a combination of both a hash and a salt.

Related exam: Cybersecurity Essentials Chapter 5 Quiz Answers