This is a javascript implementation of a TOTP authenticator, using the browser's crypto API. It should do the exactly same thing as google's authenticator, the "oathtool --totp -b ..." command, or any other TOTP generating app.
The javascript code does not send to or fetch any data from anywhere remotely, and this page should work the same when served over https, saved locally or used inside a browser extension.
Having this as an extension offers the convenience of generating the TOTP (for a key you have saved with the password manager) directly from a toolbar popup instead of having to switch to another tab.
- License: GNU General Public License v3.0 or later
- Weekly downloads: 5
- Average daily users: 20
- Rating: 5/5 of 1 ratings
- Created: 2023-03-16 20:11:06
- Last updated: 2023-08-04 03:10:29
- Homepage:
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/totp/
- API: totp@ohzd.od