https://github.com/hasielhassan/shareableauthenticatorqrlink
Generates sharable TOTP authenticator links with QR codes for easy two-factor authentication.
https://github.com/hasielhassan/shareableauthenticatorqrlink
authenticator qrcode totp-generator webapp
Last synced: 3 months ago
JSON representation
Generates sharable TOTP authenticator links with QR codes for easy two-factor authentication.
- Host: GitHub
- URL: https://github.com/hasielhassan/shareableauthenticatorqrlink
- Owner: hasielhassan
- License: gpl-3.0
- Created: 2024-12-20T10:28:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T10:59:19.000Z (10 months ago)
- Last Synced: 2025-04-05T18:51:28.957Z (6 months ago)
- Topics: authenticator, qrcode, totp-generator, webapp
- Language: HTML
- Homepage: https://www.hasielhassan.com/ShareableAuthenticatorQRLink
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ShareableAuthenticatorQRLink
A tool for generating shareable Time-based One-Time Password (TOTP) authenticator links with QR codes, making it easy to set up two-factor authentication.
Check it out here: https://www.hasielhassan.com/ShareableAuthenticatorQRLink
## Features
- Generate TOTP QR codes for easy setup with authenticator apps.
- Share TOTP links via URL.
- Customizable options: secret key, label, and issuer.
- Hash URL parameters for optional obfuscation.## How to Use
1. **Generate QR Code:**
- Open the application.
- Click on the `+` button at the buttom right corner
- Input the **Secret**, **Label**, and optional **Issuer**.
- Optionally you can check the "Hash" checkbox so the url will contain all data in a single hashed string, for obfuscation.
- Click **Generate** to create the TOTP URL and corresponding QR code.
2. **Scan with Authenticator App:**
- Use your preferred TOTP authenticator app (e.g., Google Authenticator, Authy).
- Scan the QR code displayed on the page to add the account.3. **Share the Link:**
- Once the QR code is generated, you can copy the page url and share it with others.## Attributions
- Favicon: Qr-code-scan icons created by Freepik - Flaticon