https://github.com/quantum5/totp
https://github.com/quantum5/totp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantum5/totp
- Owner: quantum5
- Created: 2024-04-08T04:12:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T23:35:39.000Z (over 1 year ago)
- Last Synced: 2025-02-15T23:58:50.234Z (over 1 year ago)
- Language: TypeScript
- Size: 530 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
