Authenticator-Extension / Authenticator

Authenticator generates 2-Step Verification codes in your browser.
https://authenticator.cc
MIT License
3.42k stars 798 forks source link

TOTP code hash algorithm not being detected from QR import #1294

Open SunnyBudd opened 2 months ago

SunnyBudd commented 2 months ago

Describe the issue

otpauth instruction for algorithm of code generation to be SHA256 is not working. Here is example:

otpauth://totp/Test:test.test%40test.com?secret=XXX73CYXXX4FQ2CZUMT2BNM3LA&issuer=Test&algorithm=SHA256

When this is imported now the algorithm used is SHA1

Browser

Chrome

Browser Version

128.0.6613.114

Extension Version

8.0.1

yueye commented 2 months ago

7.0.0 still supports this parameter, 8.0.1 doesn't support it hahahaha, what did you change?

mymindstorm commented 2 months ago

We have a fix for this in #1283, hoping to get to it tomorrow.