14.9k views
3 votes
5.During a recent network attack, a hacker used rainbow tables to guess network passwords. Which type of attack occurred

1 Answer

5 votes

Answer:

Rainbow table attack

Step-by-step explanation:

A rainbow table attack is a type of network attack or hacking where the hacker tries to utilize a rainbow hash table to crack the passwords in a database system. A rainbow table itself is a hash function used in cryptography for saving important data in a database. Especially passwords.

In this process, sensitive data are hashed two or multiple times with the same key or with different keys so as to avoid rainbow table attack. In a rainbow table attack, the hacker simply compares the hash of the original password against hashes stored in the rainbow table and when they find a match, they then identify the password used to create the hash.

User Neelay Srivastava
by
4.5k points