Rayquaza01 / authenticator

Firefox addon that generates TOTPs for 2 factor authentication
https://addons.mozilla.org/en-US/firefox/addon/two-factor-authenticator/
MIT License
34 stars 7 forks source link

Format of secret key? #2

Closed orschiro closed 7 years ago

orschiro commented 7 years ago

Thank you for your add-on!

What's the format of the secret key to be provided?

Yours,

Robert

Rayquaza01 commented 7 years ago

The secret key needs to be in base 32. It can contain letters A-Z and numbers 2-7.

orschiro commented 7 years ago

Thanks! If I need more help, I will get back to you.