nerdexam
Check_Point

156-215.80 · Question #391

Which of the following is the most secure means of authentication?

The correct answer is B. Certificate. Certificates are the most secure authentication method because they rely on asymmetric cryptography and a trusted PKI, eliminating the risks associated with shared or reusable secrets.

User Management and Authentication

Question

Which of the following is the most secure means of authentication?

Options

  • APassword
  • BCertificate
  • CToken
  • DPre-shared secret

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    93% (28)
  • D
    3% (1)

Why each option

Certificates are the most secure authentication method because they rely on asymmetric cryptography and a trusted PKI, eliminating the risks associated with shared or reusable secrets.

APassword

Passwords are vulnerable to brute-force attacks, phishing, and credential stuffing, making them the weakest option among those listed.

BCertificateCorrect

Certificates use asymmetric public key infrastructure (PKI), where authentication is proven by possession of a private key that never leaves the device or is transmitted over the network. This eliminates the risk of credential interception, brute-force attacks, and replay attacks that affect passwords and shared secrets, and certificate validity is enforced by a trusted Certificate Authority (CA).

CToken

Tokens provide temporary, one-time credentials but often rely on an underlying shared secret seed, making them less inherently secure than certificate-based PKI.

DPre-shared secret

Pre-shared secrets are symmetric keys that must be distributed and stored on both communicating endpoints, creating risk of interception or unauthorized disclosure.

Concept tested: Comparative security of authentication methods - PKI certificates

Source: https://csrc.nist.gov/publications/detail/sp/800-63/3/final

Topics

#authentication methods#certificate#token#security comparison

Community Discussion

No community discussion yet for this question.

Full 156-215.80 Practice