OATH OTP Algorithms in simple English
LIKED BY
1
PEOPLE
1
PEOPLE
Every once in a while you have a hard time fully understanding a technology and it is often because there is a missing piece of information. That is what happened to me around One Time Passwords (OTP). Luckily, I can reach out to a good community at Quest to fill in the blanks. My question was around the security of OTP, specifically event-based tokens vs time-based tokens. At the time of asking the question, I did not call it event-based. The reply I got gave me a better understand of OATH tokens. Figured this might help someone else.
OATH offers standards for the following principal algorithms:
HOTP - Event-based (aka counter-based) OTP generation - basically the user has to press a button to generate a response. The response is a function of the current counter value. The window used for validating the response can be enlarged in the event that they drift outside a certain tolerance.
OATH offers standards for the following principal algorithms:
HOTP - Event-based (aka counter-based) OTP generation - basically the user has to press a button to generate a response. The response is a function of the current counter value. The window used for validating the response can be enlarged in the event that they drift outside a certain tolerance.
- Advantage: ease of use
- Possible disadvantage: OTP can remain valid for an extended period
- Disadvantage: Server and device counters need to be in step
- Advantage: No problems with server/device synchronicity
- Disadvantage: Useability
- Advantage: Very easy to use
- Disadvantage: Server and device clocks need to be synchronized
Replies
None, yet.









