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.
It is worth noting that the secret keys entered are currnetly NOT encrypted. Encryption will be added in a later version. Keep this in mind before using this extension.
- 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.