Hacker News new | ask | show | jobs
by scrollaway 2808 days ago
FWIW Blizzard is 8-digit TOTP, they just don't make it obvious/easy to use your own stuff.

Here's a command line tool I wrote that will generate a TOTP authenticator for you, with QR, base32 secret, etc:

https://github.com/jleclanche/python-bna

You can use it with andOTP, KeepassXC, 1Password etc.

2 comments

Hey Jerome! Nice utility, but you may want to point people to andOTP (at least for Android devices), it's maintained (FreeOTP is unmaintained, I think) and much more featureful:

https://play.google.com/store/apps/details?id=org.shadowice....

If anyone is looking to test out their own impl or a third party, this web based JS impl allow you to set up and test with a secret and a 6 digit OTP.

https://github.com/inversoft/prime-two-factor/tree/master/we...

Updated. :)
nice, thank you