Which of the following types of attack can guess a hashed password?
Which of the following types of attack can guess a hashed password?
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.
This should be a Rainbow Table Attack
A is the write answer