GCIH Exam QuestionsBrowse all questions from this exam

GCIH Exam - Question 4


Which of the following types of attack can guess a hashed password?

Show Answer
Correct Answer: A

A brute force attack involves systematically trying all possible combinations of characters to guess a password. When applied to hashed passwords, the attacker would try different inputs, hash each one, and compare the resulting hash to the target hash to find a match. This is the correct type of attack for guessing hashed passwords.

Discussion

2 comments
Sign in to comment
Mann0302
Jul 26, 2024

This should be a Rainbow Table Attack

Asma_Sid
Sep 9, 2024

A is the write answer