jsotp:基于 RFC4226 和 RFC6238 的一次性密码生成及验证 node 模块

jsotpis a node module to generate and verify one-time passwords that were used to implement 2FA and MFA authentication method in web applications and other login-required systems. The module was implement based on RFC4226 (HOTP: An HMAC-Based One-Time Password Algorithm) and RFC6238 (TO...