nerdexam
Cisco

350-701 · Question #684

Which security mechanism is designed to protect against "offline brute-force" attacks?

The correct answer is C. Salt. Salt is a security mechanism used to protect against offline brute-force attacks by making precomputed hash tables (rainbow tables) ineffective.

Submitted by lars.no· Mar 30, 2026

Question

Which security mechanism is designed to protect against "offline brute-force" attacks?

Options

  • AToken
  • BMFA
  • CSalt
  • DCAPTCHA

How the community answered

(52 responses)
  • A
    4% (2)
  • B
    8% (4)
  • C
    87% (45)
  • D
    2% (1)

Why each option

Salt is a security mechanism used to protect against offline brute-force attacks by making precomputed hash tables (rainbow tables) ineffective.

AToken

A token (e.g., hardware token, software token) is used for authentication, often in conjunction with a password, but doesn't directly protect the password hash itself from offline brute-force attacks if the database is stolen.

BMFA

MFA (Multi-Factor Authentication) adds additional authentication factors to verify a user's identity, making it harder for unauthorized access, but it does not protect stolen password hashes from offline brute-force attacks.

CSaltCorrect

Salting involves adding a unique, random string to a password before hashing it, which prevents attackers from using precomputed rainbow tables to crack multiple passwords simultaneously from a stolen database, thus protecting against offline brute-force attacks.

DCAPTCHA

CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is designed to differentiate between human users and bots, primarily preventing automated online attacks like credential stuffing, not offline brute-force attacks against stolen password hashes.

Concept tested: Password hashing security (salting)

Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-how-it-works#salting-hashes

Topics

#Password hashing#Salt#Brute-force protection#Offline attacks

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice