Short answer: a password manager with built-in 2FA can make unique passwords and TOTP codes much easier to use. The trade-off is concentration: an attacker who compromises an unlocked vault may obtain both factors.

What “built-in 2FA” means

Most sites that call a six-digit code “2FA” use a time-based one-time password, or TOTP. The open RFC 6238 standard combines a shared secret with the current time window to generate a short code. The website and authenticator know the same secret; your password manager can generate the code if that secret is stored in its vault.

Authier stores login credentials and TOTP records as encrypted vault items. The browser extension can read a visible TOTP QR code from the current page, save the shared secret, generate the current code, and fill it into supported login forms. This removes repeated switching between a browser and a separate authenticator app.

The real security benefit

A TOTP code protects against many attacks in which only the site password is stolen, guessed, reused, or found in a breach. Even when the password manager holds the TOTP seed, a remote attacker with only that site password still lacks the current code.

A password manager also makes unique passwords practical. Current NIST digital identity guidance says verifiers should allow password managers, autofill, and paste. That matters because a unique random password prevents one breached site from becoming a key to several accounts.

The concentration trade-off

Two factors are strongest when they fail independently. If malware, a stolen unlocked device, a malicious extension, or a vulnerability exposes the decrypted vault, keeping the password and TOTP seed together can expose both at once. Client-side encryption protects synchronized storage; it cannot make an already-unlocked compromised endpoint safe.

TOTP also is not phishing-resistant. A convincing phishing site can ask for a password and the current code, then relay both before the code expires. For high-impact accounts, CISA recommends phishing-resistant MFA such as passkeys or hardware-backed security keys. Built-in TOTP is useful, but it is not the highest assurance available.

Choose a layout by impact

Keep both in one vault when convenience is the control

If separate apps cause you to disable MFA, reuse passwords, or leave recovery codes unorganized, a combined password-and-TOTP vault may be a meaningful improvement. It is often a pragmatic fit for routine accounts where fast, reliable login matters more than strict factor separation.

Separate factors for high-impact accounts

Banking, cryptocurrency custody, primary email, cloud administration, source control, and identity-provider accounts deserve a stricter model. Consider a hardware security key or passkey first. If TOTP is the only option, keeping its seed on a separate, well-protected device reduces the chance that one endpoint compromise yields everything.

Use per-device controls for a middle path

Authier can synchronize credentials to a device while leaving TOTP sync off for that device. For example, a desktop browser can fill passwords while a phone retains the TOTP records. This preserves more separation without requiring a second product for every account.

A practical setup checklist

  1. Use a long, unique master password and protect the device that unlocks the vault.
  2. Enable Authier’s new-device approval policy if you want an existing device involved in enrollment.
  3. Decide which devices should synchronize TOTP records instead of accepting the default everywhere.
  4. Store recovery codes outside the account they recover and test that you can reach them.
  5. Prefer passkeys or hardware security keys when a high-impact service offers them.
  6. Export and protect a backup before a large migration or account change.

How Authier approaches the problem

Authier combines encrypted credential and TOTP storage, browser autofill, QR-assisted TOTP setup, optional trusted-device approval, per-device TOTP synchronization, and device revocation. Its implementation is public in the Authier monorepo.

Authier has not published an independent third-party security audit and has a shorter operating history than established password managers. Read the security architecture and limitations, then start with low-impact accounts if you want to evaluate it.

Next: compare the role of the vault with the role of the endpoint in the trusted-device approval guide, or install Authier from an official extension store.