What is the first step to crack the password?

Enhance your knowledge as a Computer Hacking Forensic Investigator with the CHFI v11 Test. Use flashcards and multiple-choice questions, complete with hints and detailed explanations, to prepare effectively and ace your exam!

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