Skip to content
René Klomp edited this page Dec 24, 2020 · 11 revisions

Welcome to the Aegis wiki!

Partially supported authenticators

1. Blizzard Authenticator

To enable support for Blizzard Authenticator keys in Aegis follow these steps:

  1. Install python-bna by using the command pip3 install bna
  2. Create new authenticator using bna new. This command will output the serial number you need in step 4.
  3. Get secret with bna show-secret and manually add it to Aegis (TOTP, SHA1, 8 Digits). Optional: Produce an image with qrencode using the command bna show-url | qrencode -o ~/Desktop/bnet.png and scan the image in Aegis
  4. Go to your Blizzard account and add a new authenticator. The Serial Number was given after running the command in step 2. The Authenticator Code will the code provided by Aegis.

Source