85.0k views
1 vote
"The hash values for a wide variety of passwords can be stored in a database known as a"(n) __________, which can be indexed and quickly searched using the hash value, allowing the corresponding plaintext password to be determined.

User Xorifelse
by
6.7k points

1 Answer

6 votes

Answer: Rainbow table

Step-by-step explanation:

Rainbow table is one of the type of pre-computed table that usually used for cracking the password hashes in the function. In the rainbow table, the hash values are stored in the database that can be used for quickly searches buy using the hash values.

In the rainbow table, the computer system is basically require the password for authentication which contain the password of the database either in plain-text and hashed. It basically used for determining the plain-text password.

User Dovi
by
6.5k points