nerdexam
(ISC)2

SSCP · Question #1238

Which method of password cracking takes the most time and effort?

The correct answer is B. Brute Force. Brute-force attacks are generally the most time and effort-intensive password cracking method as they systematically try every possible character combination until the correct password is found.

Submitted by katya_ua· Apr 18, 2026Security Concepts and Practices

Question

Which method of password cracking takes the most time and effort?

Options

  • AGuessing
  • BBrute Force
  • CHybrid
  • DShoulder Surfing
  • EDictionary attack

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    90% (28)
  • E
    3% (1)

Why each option

Brute-force attacks are generally the most time and effort-intensive password cracking method as they systematically try every possible character combination until the correct password is found.

AGuessing

Password guessing relies on human intuition and common password choices, which takes minimal effort and is often quickly exhausted if not successful.

BBrute ForceCorrect

Brute-force attacks involve systematically attempting every possible character combination of a given length until the correct password is found, making it computationally intensive and time-consuming, especially for long and complex passwords.

CHybrid

Hybrid attacks combine dictionary attacks with brute-force elements (e.g., adding numbers/symbols to dictionary words) and are generally more efficient than pure brute-force by focusing on more likely password patterns.

DShoulder Surfing

Shoulder surfing is a social engineering technique that involves directly observing a user entering their password, which requires physical proximity and observation but no computational effort.

EDictionary attack

Dictionary attacks involve trying a list of common words, phrases, and leaked passwords, which is significantly faster and less resource-intensive than a brute-force attack because it doesn't try every combination.

Concept tested: Password cracking methods

Source: https://learn.microsoft.com/en-us/microsoft-365/enterprise/identify-and-resolve-password-attacks?view=o365-worldwide

Topics

#Password Cracking#Brute Force Attack#Password Security#Attack Methods

Community Discussion

No community discussion yet for this question.

Full SSCP Practice