From 3efccfebf11c7d1857cf007443e454a7f3e5324b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Klomp?= Date: Thu, 24 Dec 2020 22:16:44 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index f6d5708..59e99c5 100644 --- a/Home.md +++ b/Home.md @@ -7,7 +7,7 @@ To enable support for Blizzard Authenticator keys in Aegis follow these steps: 1. Install [python-bna](https://github.com/jleclanche/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 +3. Produce an image with qrencode using the command `bna show-url | qrencode -t ANSI` and scan the image in Aegis. Or get secret with `bna show-secret` and manually add it to Aegis (TOTP, SHA1, 8 Digits). 4. Go to your Blizzard account and [add a new authenticator](https://account.blizzard.com/security/authenticator/attach/mobile). The Serial Number was given after running the command in step 2. The Authenticator Code will the code provided by Aegis. [Source](https://github.com/beemdevelopment/Aegis/issues/179)