mirror of
https://github.com/quantum5/totp.git
synced 2025-04-24 05:31:59 -04:00
Debugging tool for time-based one-time password (TOTP).
https://totp.fyi
.github/workflows | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
apple-touch-icon.png | ||
favicon-96x96.png | ||
favicon.ico | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
screenshot.png | ||
site.webmanifest | ||
totp.svg | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
web-app-manifest-192x192.png | ||
web-app-manifest-512x512.png |
TOTP
This is a code generator for the Time-based One Time Password (TOTP) algorithm. It's intended for developers of web applications with TOTP support to quickly generate codes for testing purposes. It's not meant to be a general purpose authenticator app.
What this tool can do:
- Quickly generate TOTP codes;
- View codes for past and future time windows; and
- Fiddle with various TOTP parameters.
What this tool can't do:
- Store your TOTP secrets (you can try bookmarking the URL with the secret, but it's not secure);
- Act as your general purpose authenticator app; and
- Scan TOTP QR codes.