登录 注册
当前位置:主页 > 资源下载 > 47 > 从“Google Authenticator”应用的导出QR码中获取2FA(两因素身份验证)或TFA的秘密密钥

从“Google Authenticator”应用的导出QR码中获取2FA(两因素身份验证)或TFA的秘密密钥

  • 更新:2024-12-11 18:20:20
  • 大小:7KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

从Google Authenticator中提取TOTP / HOTP秘密密钥 从“ Google Authenticator”应用的导出QR码中提取两因素身份验证(2FA,TFA)秘密密钥 用法 从“ Google Authenticator”应用中导出QR码 使用QR码阅读器阅读QR码 将捕获的QR码保存在文本文件中。 将每个QR码保存在新行中。 (捕获的QR代码看起来像otpauth-migration://offline?data=... ) 使用文件作为输入来调用此脚本: python extract_otp_secret_keys.py -p example_export.txt 要求 要运行此脚本,必须使用Google for proto3的protobuf软件包。 建议使用protobuf> = 3.14。 pip install protobuf 已知与之合作 Py