Firefox addon that generates TOTPs for 2 factor authentication
This addon shows TOTPs (Timed One Time Passwords) for accounts set up with 2 Factor Authentication/2 Step Verification.
Enter the site name and secret key in the addon's options page and click the check to add a site.
The codes will appear in the toolbar icon. The copy icon after the code copies the code.
Secret keys added to this extension are encrypted if a password is provided during setup. Please store your secret keys in another location (e.g. a password manager) just to be safe!
- Using icons from Material Design Icons (OFL 1.1)
- Using otplib (MIT)
- Using alphanumerical branch of crypt (MIT)
- Using jsSHA (BSD-3-Clause) to hash the master password.