exam questions

Exam 312-50v12 All Questions

View all questions & answers for the 312-50v12 exam

Exam 312-50v12 topic 1 question 312 discussion

Actual exam question from ECCouncil's 312-50v12
Question #: 312
Topic #: 1
[All 312-50v12 Questions]

Ethical hacker Jane Doe is attempting to crack the password of the head of the IT department of ABC 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
  • B. Password salting
  • C. Account lockout
  • D. Password hashing
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Lennin
3 months, 2 weeks ago
Selected Answer: B
The correct answer is B. Password salting. Salting involves adding random data (the "salt") to a password before it is hashed. This makes each password hash unique, even if two users have the same password. By adding extra characters or salt to the password before it is hashed, it becomes much more difficult for attackers to use rainbow tables, which rely on precomputed hash values. A. Password key hashing refers to hashing passwords, but it doesn’t provide protection against rainbow tables unless combined with salting. C. Account lockout is a security measure to block access after a number of failed login attempts, not specifically related to rainbow tables. D. Password hashing alone, without salting, can still be vulnerable to rainbow tables.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...