312-49 · Question #554
Which password cracking technique uses every possible combination of character sets?
The correct answer is B. Brute force attack. A brute force attack systematically tries every possible combination of characters from a defined character set (lowercase, uppercase, digits, symbols) until the correct password is found. It is exhaustive and guaranteed to eventually crack any password, but is extremely slow…
Question
Which password cracking technique uses every possible combination of character sets?
Options
- ARainbow table attack
- BBrute force attack
- CRule-based attack
- DDictionary attack
How the community answered
(23 responses)- A4% (1)
- B87% (20)
- D9% (2)
Explanation
A brute force attack systematically tries every possible combination of characters from a defined character set (lowercase, uppercase, digits, symbols) until the correct password is found. It is exhaustive and guaranteed to eventually crack any password, but is extremely slow for long or complex passwords. In contrast, a dictionary attack uses a predefined wordlist, a rainbow table attack uses precomputed hash chains, and a rule-based attack applies transformation rules to words - none of these try every possible combination.
Topics
Community Discussion
No community discussion yet for this question.