XK0-004 · Question #292
When logging in, an administrator must use a temporary six-digit code that is displayed on a key fob. Which of the following has been implemented?
The correct answer is B. HOTP. The HOTP algorithm uses the HMAC algorithm to generate authentication codes. To do so, HOTP hashes a cryptographic key and a counter, which is the data here, twice to produce the code. Here, the cryptographic key is shared between the system and the device. The counter is separat
Question
When logging in, an administrator must use a temporary six-digit code that is displayed on a key fob. Which of the following has been implemented?
Options
- ABiometrics
- BHOTP
- CPKI
- DSoftware token
How the community answered
(22 responses)- B86% (19)
- C9% (2)
- D5% (1)
Explanation
The HOTP algorithm uses the HMAC algorithm to generate authentication codes. To do so, HOTP hashes a cryptographic key and a counter, which is the data here, twice to produce the code. Here, the cryptographic key is shared between the system and the device. The counter is separately maintained by both the token device and the system.
Topics
Community Discussion
No community discussion yet for this question.