Knowee
Questions
Features
Study Tools

Which is true in using salting in hashing for passwords? salting impedes the use of weak passwords.salting makes it more difficult to guess online passwords with brute force.salting makes cracking brute force offline of password hashes more difficult.salting guarantees that hash collisions doesn’t occur.

Question

Which is true in using salting in hashing for passwords? salting impedes the use of weak passwords.salting makes it more difficult to guess online passwords with brute force.salting makes cracking brute force offline of password hashes more difficult.salting guarantees that hash collisions doesn’t occur.

🧐 Not the exact question you are looking for?Go ask a question

Solution

The correct statement about using salting in hashing for passwords is: "Salting makes cracking brute force offline of password hashes more difficult."

Here's why:

  1. Salting does not impede the use of weak passwords. Users can still choose weak passwords even when salting is used. Salting is a technique used to secure passwords, not to enforce password strength.

  2. Salting does not make it more difficult to guess online passwords with brute force. The purpose of salting is to add an extra layer of complexity to the hashed password, making it more difficult for an attacker to crack the password if they have obtained the hash. However, it does not directly prevent online brute force attacks.

  3. Salting makes cracking brute force offline of password hashes more difficult. This is true because when a salt is used, it is added to the password before hashing. This means that even if two users have the same password, their hashes will be different because their salts are different. This makes it much more difficult for an attacker to crack the hashes using precomputed tables (rainbow tables).

  4. Salting does not guarantee that hash collisions don’t occur. A hash collision occurs when two different inputs produce the same hash output. While salting does make collisions less likely by adding more possible inputs, it does not completely eliminate the possibility of collisions.

This problem has been solved

Similar Questions

How does the principle of "password salting" contribute to password security?a.It adds flavor to passwords for better user experienceb.It involves seasoning passwords with additional characters to make them more complexc.It prevents rainbow table attacks by adding a random value to each password before hashingd.It requires users to change their passwords regularly

.Question 17What is the purpose of a salt in password hashing?1 pointTo add flavor to the hashed password.To store the password in plain text in the database.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.To add a secret key to the password before hashing, making it more difficult for attackers to crack the hashed password.

Which statement concerning passwords is true? salting is stronger than peppering.peppering is stronger than saltingsalting and peppering are equivalentNone of the above

Which hashing technology requires keys to be exchanged?Question 23Select one:saltingMD5AESHMAC

Technicians are testing the security of an authentication system that uses passwords. When a technician examines the password tables, the technician discovers the passwords are stored as hash values. However, after comparing a simple password hash, the technician then discovers that the values are different from those on other systems. What are two causes of this situation? (Choose two.)Select one or more:Both systems use MD5.One system uses hashing and the other uses hashing and salting.Both systems scramble the passwords before hashing.One system uses symmetrical hashing and the other uses asymmetrical hashing.The systems use different hashing algorithms.

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.