Computer Science, asked by Harshcybertechpro, 8 months ago


What is the meaning of rainbow table
attack and its Process ?​

Answers

Answered by rick4590
0
This is when hackers use a pre-computed table of hash values that are pre-matched to possible plain text passwords. It allows hackers to reverse the hashing function to determine the password. A rainbow table attack can crack passwords faster than other techniques, like brute force and dictionary attacks.
Answered by mozajaffar5
2

Here's,your Answer:

A rainbow table is a database that is used to gain authentication by cracking the password hash. It is a precomputed dictionary of plaintext passwords and their corresponding hash values that can be used to find out what plaintext password produces a particular hash.

Similar questions