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