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.
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)- A3% (1)
- B93% (28)
- D3% (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.
Passwords are vulnerable to brute-force attacks, phishing, and credential stuffing, making them the weakest option among those listed.
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).
Tokens provide temporary, one-time credentials but often rely on an underlying shared secret seed, making them less inherently secure than certificate-based PKI.
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
Community Discussion
No community discussion yet for this question.