An open API service indexing awesome lists of open source software.

https://github.com/billstclair/two-factor-authenticator

A web-page that behaves like Google's Authenticator app
https://github.com/billstclair/two-factor-authenticator

Last synced: 3 months ago
JSON representation

A web-page that behaves like Google's Authenticator app

Awesome Lists containing this project

README

          

# Two-Factor Authenticator

`totp.html` is a stand-alone web page contaning JavaScript which generates a Time-based One-Time Password (TOTP) based on a user-entered secret key.

The page is live at [billstclair.com/two-factor-authenticator](https://billstclair.com/two-factor-authenticator/). It contains its own documentation.

Distilled and expanded from Markus Gutschke's [TOTP Debugger](https://github.com/google/google-authenticator/blob/master/libpam/totp.html) and released under the same Apache license. His file is in this repository as `totp-debugger.html`.

During development, I'll push the not-yet-ready-for-primetime page to [billstclair.github.io/two-factor-authenticator/totp.html](https://billstclair.github.io/two-factor-authenticator/totp.html).