2021年5月24日

Python-Python3 生成 Google Authenticator 的 6 位验证码

摘要: 代码如下: # -*- coding: utf-8 -*- import hmac import math import base64 import struct import hashlib import time def cal_google_code(secret_key): # secret 阅读全文

posted @ 2021-05-24 15:02 John_ABC 阅读(840) 评论(0) 推荐(0) 编辑

导航