312-50V9 · Question #302
Todd has been asked by the security officer to purchase a counter-based authentication system. Which of the following best describes this type of system?
The correct answer is C. An authentication system that creates one-time passwords that are encrypted with secret keys. A counter-based authentication system (HOTP) generates one-time passwords by applying a cryptographic HMAC function to a shared secret key combined with an incrementing counter.
Question
Todd has been asked by the security officer to purchase a counter-based authentication system. Which of the following best describes this type of system?
Options
- AA biometric system that bases authentication decisions on behavioral attributes.
- BA biometric system that bases authentication decisions on physical attributes.
- CAn authentication system that creates one-time passwords that are encrypted with secret keys.
- DAn authentication system that uses passphrases that are converted into virtual passwords.
How the community answered
(61 responses)- A2% (1)
- B3% (2)
- C90% (55)
- D5% (3)
Why each option
A counter-based authentication system (HOTP) generates one-time passwords by applying a cryptographic HMAC function to a shared secret key combined with an incrementing counter.
This describes behavioral biometrics such as keystroke dynamics or gait recognition, which is unrelated to counter-based OTP systems.
This describes physical biometrics such as fingerprint or iris scanning, which is unrelated to counter-based OTP systems.
Counter-based authentication, standardized as HOTP (RFC 4226), creates one-time passwords by computing HMAC-SHA1 over a shared secret key and a synchronized event counter. Each successful authentication increments the counter, ensuring each password is valid for only one use and cannot be replayed.
This describes a passphrase-to-virtual-password conversion scheme, which is a different mechanism from counter-based OTP generation using cryptographic keys and counters.
Concept tested: Counter-based one-time password (HOTP) authentication
Source: https://www.rfc-editor.org/rfc/rfc4226
Topics
Community Discussion
No community discussion yet for this question.