python版 google密码认证器
摘要:
#!/usr/bin/env python # -*- coding:utf-8 -*- import hmac, base64, struct, hashlib, time def calGoogleCode(secretKey): """ :param secretKey: 16个字符 :return: """ input_time = int(t... 阅读全文
posted @ 2017-09-01 17:20 林肯公园 阅读(387) 评论(0) 推荐(0)
浙公网安备 33010602011771号