python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to generate a HOTP with time limitation?
For example, I want to get a HOTP that can only be used in 10 minutes.
Not TOTP cause it's possible that when users get the code there are only 10 seconds left.
AkiraVoid
Votes: 0
Answers: 1
Time-based OTP does not work on 2 computers using PyOTP
Background
I've been working on a project that requires OTP for authentication and I've been able to get it mostly working, except for a few minor details. I've been using PyOTP to use Time-Based OTP ...
user13441977
Votes: 0
Answers: 1
How do you "reset" a user's TOTP in Twilio?
I am using Twilio's verify API for TOTP services (Authy, Google Authenticator, etc).
I am trying to figure out how to handle the case where a user has lost access to their phone and cannot get past th...
FullMetalEngineer
Votes: 0
Answers: 1
Cannot find any information on 9-digit decimal TOTP key
Long story short, I'm trying to create a front-end for a 2FA app in Python and I encountered something strange.
Typical TOTP keys are base-32 numbers with 16 or 32 digits, but one of the accounts I wa...
64_Tesseract
Votes: 0
Answers: 0