C Rainbow tables
Password Salting
Password salting is the process of securing password hashes from something called a ***Rainbow Table attack***. The problem with non-salted passwords is that they do not have a property that is unique to themselves – that is, if someone had a precomputed rainbow table of common password hashes, they could easily compare them to a database and see who had used which common password. A rainbow table is a pre-generated list of hash inputs to outputs, to quickly be able to look up an input (in this case, a password), from its hash. However, a rainbow table attack is only possible because the output of a hash function is always the same with the same input.
So how do we make each hashed password in a database unique? We add something called a salt to the input to the hash function. A salt is basically some random data that is unique to each user, that is saved with their password and used in the hashing process of both storing and verifying the password.
Rainbow: The Rainbow method uses password and precomputed hash. If you have Password + salting, there is no way to recover the password using precomputed hash since it gets only the password not the password + salting
According to Gibson's book, it states that "Both using salting techniques to increase the complexity of passwords and thwart brute force and rainbow attacks."
Yes it does Dave. Some come here to help you fail and some come to help you pass. Who can you trust.....
upvoted 1 times
...
...
...
Log in to ExamTopics
Sign in:
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.
Ales
Highly Voted 5 years, 1 month agoAbner89
Highly Voted 5 years, 6 months agoFreddie26
Most Recent 3 years, 6 months agohenry76
4 years, 5 months agoDaddyP
4 years, 10 months agoMagicianRecon
4 years, 5 months agoa1037040
5 years, 1 month agoMSZ
5 years, 5 months agoAbner89
5 years, 6 months agoandev08
5 years, 7 months agoFunkydave
3 years, 7 months agoDion79
3 years, 6 months ago