You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have attempted to reverse-engineer the key necessary to add an account for the Battle.net authenticator using resources such as https://github.com/jleclanche/python-bna/blob/master/bna.pyOTPAUTH_URI_FORMAT = "otpauth://totp/Battle.net:{serial}:?secret={secret}&issuer=Battle.net&digits=8" and https://gist.github.com/stbuehler/8616943 but it only appears to generate 6 digits when it needs to create 8.
The text was updated successfully, but these errors were encountered:
I have attempted to reverse-engineer the key necessary to add an account for the Battle.net authenticator using resources such as https://github.com/jleclanche/python-bna/blob/master/bna.py
OTPAUTH_URI_FORMAT = "otpauth://totp/Battle.net:{serial}:?secret={secret}&issuer=Battle.net&digits=8"
and https://gist.github.com/stbuehler/8616943 but it only appears to generate 6 digits when it needs to create 8.The text was updated successfully, but these errors were encountered: