Skip to content

Importing from Blizzard Authenticator

jmh edited this page Oct 12, 2024 · 13 revisions

Stratum supports 8 digit codes and as such Blizzard Authenticator accounts are supported. However, Blizzard uses a proprietary algorithm for their account setup, so the accounts must be converted to standard TOTP.

Option 1 (advanced)

This guide expects that you are familiar with the Python pip package system

The procedure is as follows:

  • Install the required packages using pip: python-bna and python-qrcode by running pip3 install bna qrcode.
  • Follow the guide for the python-bna CLI to setup a new authenticator and generate a QR code: https:/jleclanche/python-bna/blob/master/README.md