exam questions

Exam 312-50v11 All Questions

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

Exam 312-50v11 topic 1 question 264 discussion

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

How can rainbow tables be defeated?

  • A. Use of non-dictionary words
  • B. All uppercase character passwords
  • C. Password salting
  • D. Lockout accounts under brute force password cracking attempts
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Daniel8660
Highly Voted 1 year, 3 months ago
Selected Answer: C
Password salting is a technique where a random string of characters are added to the password before calculating their hashes.Advantage: Salting makes it more difficult to reverse the hashes and defeat pre-computed hash attacks. Defend against Password Cracking Use a random string (salt) as a prefix or suffix to the password before encryption. (P.617/601)
upvoted 5 times
...
Gregman380
Most Recent 1 year, 1 month ago
I do not agree with Password Salting. Salting is a way of defending against attacks.
upvoted 1 times
Gregman380
1 year, 1 month ago
I think this question is worded wrong. It should say how can rainbow table attacks be defeated!
upvoted 1 times
...
...
TroyMcLure
1 year, 4 months ago
Selected Answer: C
In cryptography, a salt is random data that is used as an additional input to a one-way function that hashes data, a password or passphrase. Salts are used to safeguard passwords in storage. Historically a password was stored in plaintext on a system, but over time additional safeguards were developed to protect a user's password against being read from the system. A salt is one of those methods.
upvoted 3 times
...
ANDRESCB1988
2 years, 6 months ago
correct
upvoted 2 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 ...