ExamGecko
Question list
Search
Search

Related questions











Question 310 - 312-50v12 discussion

Report
Export

Ethical backer jane Doe is attempting to crack the password of the head of the it department of PLUS company. She Is utilizing a rainbow table and notices upon entering a password that extra characters are added to the password after submitting. What countermeasure is the company using to protect against rainbow tables?

A.
Password key hashing
Answers
A.
Password key hashing
B.
Password salting
Answers
B.
Password salting
C.
Password hashing
Answers
C.
Password hashing
D.
Account lockout
Answers
D.
Account lockout
Suggested answer: B

Explanation:

Passwords are usually delineated as "hashed and salted". salting is simply the addition of a unique, random string of characters renowned solely to the site to every parole before it's hashed, typically this "salt" is placed in front of each password.

The salt value needs to be hold on by the site, which means typically sites use the same salt for each parole. This makes it less effective than if individual salts are used.

The use of unique salts means that common passwords shared by multiple users – like "123456" or "password" – aren't revealed revealed when one such hashed password is known – because despite the passwords being the same the immediately and hashed values are not.

Large salts also protect against certain methods of attack on hashes, including rainbow tables or logs of hashed passwords previously broken.

Both hashing and salting may be repeated more than once to increase the issue in breaking the security.

asked 18/09/2024
BurtAnderson Carter
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first