会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
酉乐
就是个敲键盘的
博客园
首页
新随笔
订阅
管理
01 2022 档案
Python计算谷歌身份验证器(google authenticator)的验证码
摘要:1、安装插件:pip install onetimepass 2、代码: import hmac, base64, struct, hashlib, time import sys def calGoogleCode(secretKey): input = int(time.time()) // 3
阅读全文
posted @
2022-01-06 14:09
酉乐
阅读(912)
评论(0)
推荐(0)
编辑