现在看到很多应用等都在集成totp验证:
阿里云登录,github登录,充值机登录。。。。
那么TOTP算法,最开始由google开源,覆盖android,ios,黑莓等手机app:
google:
https://github.com/google/google-authenticator.git
阿里云:
身份宝,没有联网权限,所以比较安全。
php:
https://www.idontplaydarts.com/2011/07/google-totp-two-factor-authentication-for-php/
NodeJs:
http://www.blogjava.net/baicker/archive/2013/09/11/403712.html
那么就可以集成到web系统中,比如开发微信小程序。
博客地址:http://blog.yoqi.me/?p=3421
这篇文章还没有评论