312-50V13 · Question #21
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 creates one-time passwords that are encrypted with secret keys, providing secure, time-sensitive access.
Question
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
(46 responses)- A7% (3)
- B4% (2)
- C87% (40)
- D2% (1)
Why each option
A counter-based authentication system creates one-time passwords that are encrypted with secret keys, providing secure, time-sensitive access.
This describes a behavioral biometric system (e.g., gait analysis, keystroke dynamics), which is distinct from a counter-based password system.
This describes a physical biometric system (e.g., fingerprint, iris scan), which is distinct from a counter-based password system.
Counter-based authentication systems, such as those employing HOTP (HMAC-based One-Time Password) or TOTP (Time-based One-Time Password), generate unique, single-use passwords using a shared secret key and a moving factor (like a counter or timestamp), offering strong protection against replay attacks.
While some authentication systems use passphrases, the conversion to 'virtual passwords' doesn't specifically define a counter-based system, which relies on a synchronized counter or time and a secret key for one-time password generation.
Concept tested: Counter-based OTP authentication
Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/otp-overview
Topics
Community Discussion
No community discussion yet for this question.