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
- Host: GitHub
- URL: https://github.com/billstclair/two-factor-authenticator
- Owner: billstclair
- Created: 2016-02-17T02:38:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T19:45:10.000Z (over 1 year ago)
- Last Synced: 2025-06-20T03:05:35.647Z (12 months ago)
- Language: HTML
- Size: 98.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).