有没有办法生成有时间限制的 HOTP?
例如,我想获得只能在10分钟内使用的HOTP。
不是TOTP,因为当用户获得代码时,只剩下10秒。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢@PaulHankin!
我们可以使用TOTP解决方案,它可以生成一次性每 1 分钟一次密码,当我们收到用户输入时,我们可以检查最近 10 分钟内生成的 TOTP 是否与其匹配!
Thanks @PaulHankin!
We can use the TOTP solution which can generate a one-time password every 1 minute, and when we got user’s input, we can check if there’s a TOTP generated in last 10 minutes matches it!