What is the first step to crack the password?

Prepare for the Computer Hacking Forensic Investigator v11 exam. Study with flashcards and multiple choice questions. Each question includes hints and explanations. Get exam-ready efficiently!

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 Passetra

You can unsubscribe at any time. Read our privacy policy