Mozzarella

Home

TOTP

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.

Install
Example login with 2FA on github Simply click on the code to select and copy it.
<br>
On X11, that will copy it to both the primary and the clipboard selection. On X11, you can paste the code with a middle button click.
<br>
Otherwise, use Control-V or Right Click + Paste. Since this is simply piggybacking on the browser's password manager (instead of implementing its own password wallet), you can manage the TOTP keys just like any other passwords.