Exam GPEN All QuestionsBrowse all questions from this exam
Question 25

Which of the following is the feature that separates the use of Rainbow Tables from other applications such as Cain or John the Ripper?

    Correct Answer: D

    Rainbow Tables work by comparing raw hashed passwords to pre-calculated hash tables. This method distinguishes them from other cracking applications such as Cain or John the Ripper, which typically require real-time hash computation or use different techniques. By using pre-computed tables, Rainbow Tables can significantly speed up the process of cracking passwords because the time-consuming part of generating hashes has already been done.

Discussion
JRiusOption: D

yeah, it's definitely D. no need for computation since you already have the hashes in a rainbow table

chadiosaurousOption: D

I believe D