ReDD 2FA: Phone-Free Authentication
Open-source, local-only authenticator for time-based one-time passwords (TOTP).
As of June 2026, ReDD 2FA: Phone-Free Authentication has 52 users in the Privacy & Security category.
Usersup 188.9 percent+188.9%
52
52
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
2.1
Manifest V3
90-day change · In the last 90 days this extension 3 version updates, changed permissions.
History
10 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 18 | — | — | 1.6 |
| Apr 11, 2026 | 19 | — | — | 1.6 |
| Apr 19, 2026 | 23 | — | — | 1.7 |
| Apr 24, 2026 | 25 | — | — | 2.0 |
| May 2, 2026 | 25 | — | — | 2.0 |
| May 8, 2026 | 32 | — | — | 2.0 |
| May 13, 2026 | 41 | — | — | 2.0 |
| May 19, 2026 | 45 | — | — | 2.0 |
| May 25, 2026 | 46 | — | — | 2.1 |
| Jun 7, 2026 | 49 | — | — | 2.1 |
| Now | 52 | — | — | 2.1 |
Changelog
- Apr 19, 2026description
Use your computer browser for 2FA so you don't need to reach for your phone every time you log in to e.g. your Microsoft account. ReDD 2FA is developed by computer scientists at the University of Oxford (Dr Ulrik Lyngs) and the University of Maastricht (Dr Konrad Kollnig, Henry Tari), as part of the Reduce Digital Distraction project (reddfocus.org). ⚙️ How it works Two-factor authentication (2FA) makes digital life much more secure — a hacker can't get in with your password alone. ReDD 2FA is an authenticator that uses the most common method: time-based one-time passwords (TOTP). You add a 2FA secret key from any service that supports TOTP (e.g. a university Microsoft account). ReDD 2FA encrypts it locally and generates a fresh 6-digit login code every 30 seconds. All data is stored locally in encrypted form in the browser using the extension storage API. Nothing is sent over the network. The code is fully open-source — you can find it at https://github.com/ulyngs/redd-2fa Secret keys are encrypted with AES-256-GCM, using a master passphrase that is key-derived via PBKDF2 with 600,000 iterations. The extension auto-locks after inactivity and clears copied codes from the clipboard after 30 seconds. 🖐️ Biometric unlock On supported devices, you can unlock with Touch ID instead of your passphrase. This uses the WebAuthn PRF extension — the passphrase is never stored in plain text. On Windows, select Google Password Manager (or another password manager like 1Password) as your passkey provider when prompted — Windows Hello does not currently support the secure key derivation required for biometric unlock from a browser extension. 📦 Backup and migration Users can export password-protected backups or view their secret keys to transfer accounts to a different authenticator.
Use your computer browser for 2FA so you don't need to reach for your phone every time you log in to e.g. your Microsoft account. ReDD 2FA runs in your browser's sidebar, so your codes stay visible next to the page you're logging into — no hunting through pinned tabs or toolbar popups. ReDD 2FA is developed by computer scientists at the University of Oxford (Dr Ulrik Lyngs) and the University of Maastricht (Dr Konrad Kollnig, Henry Tari), as part of the Reduce Digital Distraction project (reddfocus.org). ⚙️ How it works Two-factor authentication (2FA) makes digital life much more secure — a hacker can't get in with your password alone. ReDD 2FA is an authenticator that uses the most common method: time-based one-time passwords (TOTP). You add a 2FA secret key from any service that supports TOTP (e.g. a university Microsoft account). ReDD 2FA encrypts it locally and generates a fresh 6-digit login code every 30 seconds. All data is stored locally in encrypted form in the browser using the extension storage API. Nothing is sent over the network. The code is fully open-source — you can find it at https://github.com/ulyngs/redd-2fa Secret keys are encrypted with AES-256-GCM, using a master passphrase that is key-derived via PBKDF2 with 600,000 iterations. The extension auto-locks after inactivity and clears copied codes from the clipboard after 30 seconds. 🖐️ Biometric unlock On supported devices, you can unlock with Touch ID instead of your passphrase. This uses the WebAuthn PRF extension — the passphrase is never stored in plain text. On Windows, select Google Password Manager (or another password manager like 1Password) as your passkey provider when prompted — Windows Hello does not currently support the secure key derivation required for biometric unlock from a browser extension. 📦 Backup and migration Users can export password-protected backups or view their secret keys to transfer accounts to a different authenticator. 🔐 Strong-by-default passphrase Master passphrases must be at least 12 characters, and new passphrases are checked locally against common-password lists, keyboard patterns (qwerty, 12345…), and repeating patterns so that weak choices are caught at setup time rather than later.
- Apr 19, 2026permissions
storage, tabs
storage, tabs, sidePanel
- Apr 11, 2026description
Use your computer browser for 2FA so you don't need to reach for your phone every time you log in to e.g. your Microsoft account. ReDD 2FA is developed by computer scientists at the University of Oxford (Dr Ulrik Lyngs) and the University of Maastricht (Dr Konrad Kollnig, Henry Tari), as part of the Reduce Digital Distraction project (reddfocus.org). ⚙️ How it works Two-factor authentication (2FA) makes digital life much more secure — a hacker can't get in with your password alone. ReDD 2FA is an authenticator that uses the most common method: time-based one-time passwords (TOTP). You add a 2FA secret key from any service that supports TOTP (e.g. a university Microsoft account). ReDD 2FA encrypts it locally and generates a fresh 6-digit login code every 30 seconds. All data is stored locally in encrypted form in the browser using the extension storage API. Nothing is sent over the network. The code is fully open-source — you can find it at https://github.com/ulyngs/redd-2fa Secret keys are encrypted with AES-256-GCM, using a master passphrase that is key-derived via PBKDF2 with 600,000 iterations. The extension auto-locks after inactivity and clears copied codes from the clipboard after 30 seconds. 🖐️ Biometric unlock On supported devices, you can unlock with Touch ID or Windows Hello instead of your passphrase. This uses the WebAuthn PRF extension — the passphrase is never stored in plain text. 📦 Backup and migration Users can export password-protected backups or view their secret keys to transfer accounts to a different authenticator.
Use your computer browser for 2FA so you don't need to reach for your phone every time you log in to e.g. your Microsoft account. ReDD 2FA is developed by computer scientists at the University of Oxford (Dr Ulrik Lyngs) and the University of Maastricht (Dr Konrad Kollnig, Henry Tari), as part of the Reduce Digital Distraction project (reddfocus.org). ⚙️ How it works Two-factor authentication (2FA) makes digital life much more secure — a hacker can't get in with your password alone. ReDD 2FA is an authenticator that uses the most common method: time-based one-time passwords (TOTP). You add a 2FA secret key from any service that supports TOTP (e.g. a university Microsoft account). ReDD 2FA encrypts it locally and generates a fresh 6-digit login code every 30 seconds. All data is stored locally in encrypted form in the browser using the extension storage API. Nothing is sent over the network. The code is fully open-source — you can find it at https://github.com/ulyngs/redd-2fa Secret keys are encrypted with AES-256-GCM, using a master passphrase that is key-derived via PBKDF2 with 600,000 iterations. The extension auto-locks after inactivity and clears copied codes from the clipboard after 30 seconds. 🖐️ Biometric unlock On supported devices, you can unlock with Touch ID instead of your passphrase. This uses the WebAuthn PRF extension — the passphrase is never stored in plain text. On Windows, select Google Password Manager (or another password manager like 1Password) as your passkey provider when prompted — Windows Hello does not currently support the secure key derivation required for biometric unlock from a browser extension. 📦 Backup and migration Users can export password-protected backups or view their secret keys to transfer accounts to a different authenticator.
Permissions & access
- Permissions
- storagetabssidePanel
- Host access
- None declared
Screenshots
About
Use your computer browser for 2FA so you don't need to reach for your phone every time you log in to e.g. your Microsoft account. ReDD 2FA runs in your browser's sidebar, so your codes stay visible next to the page you're logging into — no hunting through pinned tabs or toolbar popups. ReDD 2FA is developed by computer scientists at the University of Oxford (Dr Ulrik Lyngs) and the University of Maastricht (Dr Konrad Kollnig, Henry Tari), as part of the Reduce Digital Distraction project (reddfocus.org). ⚙️ How it works Two-factor authentication (2FA) makes digital life much more secure — a hacker can't get in with your password alone. ReDD 2FA is an authenticator that uses the most common method: time-based one-time passwords (TOTP). You add a 2FA secret key from any service that supports TOTP (e.g. a university Microsoft account). ReDD 2FA encrypts it locally and generates a fresh 6-digit login code every 30 seconds. All data is stored locally in encrypted form in the browser using the extension storage API. Nothing is sent over the network. The code is fully open-source — you can find it at https://github.com/ulyngs/redd-2fa Secret keys are encrypted with AES-256-GCM, using a master passphrase that is key-derived via PBKDF2 with 600,000 iterations. The extension auto-locks after inactivity and clears copied codes from the clipboard after 30 seconds. 🖐️ Biometric unlock On supported devices, you can unlock with Touch ID instead of your passphrase. This uses the WebAuthn PRF extension — the passphrase is never stored in plain text. On Windows, select Google Password Manager (or another password manager like 1Password) as your passkey provider when prompted — Windows Hello does not currently support the secure key derivation required for biometric unlock from a browser extension. 📦 Backup and migration Users can export password-protected backups or view their secret keys to transfer accounts to a different authenticator. 🔐 Strong-by-default passphrase Master passphrases must be at least 12 characters, and new passphrases are checked locally against common-password lists, keyboard patterns (qwerty, 12345…), and repeating patterns so that weak choices are caught at setup time rather than later.
Technical
- Version
- 2.1
- Manifest
- V3
- Size
- 603KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- dhkhbjppnoabmglidgfpndfghbhlkgbn
- Developer ID
- uc63d2f363450eff49344a1696ea3690f
- Developer Email
- [email protected]
- Created
- Feb 14, 2026
- Last Updated (Store)
- May 19, 2026
- Last Scraped
- Jun 7, 2026
- Website
- reddfocus.org
- Support URL
- https://github.com/ulyngs/redd-2fa/issues
- Privacy Policy
- https://ulyngs.github.io/redd-2fa/privacy_policy
Similar extensions
Alternatives to ReDD 2FA: Phone-Free Authentication, ranked by description similarity.
Authenticator: Generate 2FA Codes in Browser
Generate 2FA codes instantly. Secure, encrypted, easy to use, and offline — an authenticator that stays in your browser.
3.0K
★ 4.2
2FAS Auth - Two Factor Authentication
2FAS Browser Extension is simple, private, and secure: 1 click, 1 tap, and your token is automatically entered!
80.0K
★ 3.6
Web2FA - Authenticator
Add 2FA security to your accounts and generate codes in Chrome with Web2FA Authenticator
10.0K
★ 3.4
2FA Authenticator
Free 2FA Authenticator. Generates two-factor codes in your browser. Alternative to Google Authenticator. No phone needed. Secured.
90.0K
★ 3.4
2FA Live
2FA Live - Secure authenticator app for two-factor authentication. Generate 2fa codes instantly in your browser for easy access.
1.0K
★ 5.0
Authenticator App
Provides secure two-factor authentication(2FA). Safeguard your digital life with ease.
10.0K
★ 2.6
Fast 2FA
Generate TOTP codes for 2FA authentication
4
Authenticator Extension
Securely generates TOTP Time-based One-Time Password, HOTP HMAC-based One-Time Password codes, featuring a QR import function.
555
★ 5.0
Data sourced from the Chrome Web Store · last verified Jun 7, 2026.