Nighthawk a3f9acaee1 Encryption Update
Added optional AES-256 encryption to the resulting JSON files. This is TOTP information and should be handled securely.
2025-01-23 19:11:00 -05:00
2025-01-23 19:11:00 -05:00
2024-11-29 19:30:47 -05:00
2025-01-21 23:40:54 -05:00
2024-11-29 19:43:48 -05:00

Battle.net Authenticator Tool

A Python-based tool for managing Battle.net authenticators. This tool allows you to attach new authenticators, retrieve existing device secrets, and generate TOTP keys and QR codes for easy integration with authenticator apps.

Features

  • Attach a new Battle.net authenticator to your account.
  • Retrieve existing device secrets using serial and restore codes.
  • Generate TOTP URLs and QR codes for use with TOTP-compatible authenticator apps.
  • Regenerate TOTP URLs and QR codes if needed.
  • Support for both US/EU accounts. - TW/CN accounts are still unknown.

Requirements

  • Python 3.7+
  • Required libraries:
    • requests
    • pillow
    • qrcode

Installation

Easiest Method? Use the Release build. https://github.com/Nighthawk42/bnet_auth_tool/releases/

Manual Method?

  1. Clone the repository:

    git clone https://github.com/Nighthawk42/bnet_auth_tool.git
    cd bnet_auth_tool
    
    
  2. Run the script:

    pip install -r requirements.txt
    py bnet_auth_tool.py`
    
    
  3. Follow the instructions from the console window.

S
Description
No description provided
Readme MIT
574 KiB
Languages
Python 100%