What is the first step to crack the password?

Study for the Computer Hacking Forensic Investigator (CHFI) v11 Test with flashcards and multiple choice questions. Each question comes with hints and explanations. Get ready to excel!

Multiple Choice

What is the first step to crack the password?

Explanation:
When cracking a password, you’re dealing with a hash you need to match. You can’t compare a plaintext dictionary word to the stored hash directly, so the first practical action is to run each candidate word through the same hashing process that was used to create the target hash. This produces a hashed candidate list that can be compared to the target hash. Only after you have these hashed candidates do you check for a match. If a candidate hash equals the target hash, you can reveal the corresponding plaintext password. So the initial move is to hash the dictionary words to produce comparable candidates, then proceed to compare and, if successful, display the recovered password.

When cracking a password, you’re dealing with a hash you need to match. You can’t compare a plaintext dictionary word to the stored hash directly, so the first practical action is to run each candidate word through the same hashing process that was used to create the target hash. This produces a hashed candidate list that can be compared to the target hash. Only after you have these hashed candidates do you check for a match. If a candidate hash equals the target hash, you can reveal the corresponding plaintext password. So the initial move is to hash the dictionary words to produce comparable candidates, then proceed to compare and, if successful, display the recovered password.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy