312-50V13 · Question #125
This kind of password cracking method uses word lists in combination with numbers and special characters:
The correct answer is A. Hybrid. A hybrid password cracking method combines dictionary words with character modifications, such as adding numbers or special characters, to create a more extensive list of potential passwords.
Question
Options
- AHybrid
- BLinear
- CSymmetric
- DBrute Force
How the community answered
(22 responses)- A91% (20)
- B5% (1)
- C5% (1)
Why each option
A hybrid password cracking method combines dictionary words with character modifications, such as adding numbers or special characters, to create a more extensive list of potential passwords.
A hybrid attack leverages a dictionary of common words and then systematically modifies those words by appending, prepending, or inserting numbers, symbols, or common permutations, thereby increasing the attack's effectiveness against passwords that are dictionary words with minor alterations. This approach is more efficient than a pure brute-force attack for many common password patterns.
"Linear" is not a standard term for a password cracking method.
"Symmetric" refers to a type of encryption where the same key is used for encryption and decryption, not a password cracking method.
Brute Force tries every possible combination of characters within a defined length, without starting from a dictionary of known words or patterns.
Concept tested: Hybrid password attack
Topics
Community Discussion
No community discussion yet for this question.