notp:节点一次性密码库,支持HOTP,TOTP并与Google Authenticator一起使用

时间:2024-06-20 02:50:44
【文件属性】:

文件名称:notp:节点一次性密码库,支持HOTP,TOTP并与Google Authenticator一起使用

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-20 02:50:44

JavaScript

节点一次性密码库 使用简单、快速且零依赖。 节点一次性密码库完全符合 (基于计数器的一次性密码)和 (基于时间的一次性密码)。 它可以与结合使用,后者具有适用于 iOS、Android 和 BlackBerry 的免费应用程序。 安装 npm install notp 用法 var notp = require ( 'notp' ) ; //.... some initial login code, that receives the user details and TOTP / HOTP token var key = 'secret key for user... could be stored in DB' ; var token = 'user supplied one time use token' ; // Check TOTP is correct (HOTP if h


【文件预览】:
notp-master
----Readme.md(5KB)
----examples()
--------TOTP-verify.js(877B)
--------TOTP.js(663B)
----.travis.yml(69B)
----LICENSE(1KB)
----test()
--------notp.js(6KB)
--------mocha.opts(13B)
----.gitignore(13B)
----index.js(6KB)
----package.json(569B)

网友评论