Frequently asked questions
The short answers, without the hand-waving.
Answers to common questions about Authier passwords, TOTP codes, encryption, trusted devices, browser support, pricing, and open-source development.
01 What is Authier?
Authier is an open-source password manager for login credentials and time-based one-time password (TOTP) codes. It runs through browser extensions and a web vault.
02 Can I use Authier for my business?
Yes, you can use Authier for work accounts. Authier does not currently advertise the mature organization administration, policy enforcement, sharing, or enterprise support offered by larger password managers, so evaluate those requirements before adopting it for a team.
03 Where is my vault encrypted?
Authier encrypts vault items in the client before synchronization. The API stores encrypted payloads rather than plaintext credentials or TOTP seeds.
04 What encryption does Authier use?
The current shared cryptography implementation derives a key with PBKDF2 using SHA-512 and 600,000 iterations, then encrypts vault data with AES-256-GCM.
05 How does a new device join my account?
The account policy can allow immediate enrollment, require approval from any trusted device, or require the master device. When approval is enabled, a new browser stays pending until the selected device accepts it before vault synchronization begins.
06 Does keeping 2FA codes on the same device defeat two-factor authentication?
It reduces factor separation, but a TOTP code can still stop password-only attacks. Authier lets you disable TOTP synchronization on selected devices. For high-impact accounts, a separate authenticator, passkey, or hardware security key may better match your threat model.
07 Is it safe to keep passwords and TOTP codes in the same vault?
It is a convenience-versus-separation decision, not an absolute yes or no. Authier encrypts both kinds of secret before synchronization and can require approval from an existing device for enrollment. A compromised unlocked client could still expose both, so keep independent recovery options and separate high-impact factors when appropriate.
08 Which browsers are supported?
Authier has official listings for Google Chrome, Mozilla Firefox, and Microsoft Edge. The Firefox add-on is also available for Firefox on Android.
09 Is Authier free?
Authier has a free tier. Optional monthly capacity packs add more credential or TOTP storage without changing the core encryption and device-approval features.
10 Is Authier independently audited?
Authier has not yet published an independent third-party security audit. Its source is public, but open source is not a substitute for a professional audit or a long operational history.
11 Can I use Authier with another password manager?
Yes. Splitting secrets can reduce the impact of one vault compromise, but it also adds operational complexity. Browser extensions can compete for the same fields, so you may need to disable autofill for one extension on specific sites.
12 What happens on my other devices when I change the master password?
Change the vault password from the master device. Authier logs out the other devices, and you then sign in and approve them again; the change is not silently applied to every unlocked client.
13 Can I remove the public autofill-field record for a website?
Yes. Authier uses a shared corpus of non-secret form metadata—such as the page URL without its query string, host, field type, and CSS selector—to improve autofill. The extension includes controls to remove matching records; newer free accounts wait one week before deletion is enabled. Password values and TOTP seeds are not part of that public record.
14 Can I import or export my vault?
The browser vault can import login credentials from CSV and TOTP records from Authy-style JSON. It can export login credentials and TOTP records to CSV. Exported files are sensitive plaintext backups, so encrypt or delete them promptly.
15 What happened to the native apps and Kiwi Browser?
The previous website listed native desktop and Android apps as a Q4 2023 roadmap item, linked an early iOS build, and recommended Kiwi Browser. Those statements are historical. Kiwi is now archived; the current public downloads are Chrome, Firefox, Edge, and Firefox for Android.
16 Where can I report a security issue?
Use the responsible-disclosure instructions in the SECURITY.md file in the public Authier GitHub repository. It includes the project disclosure policy and PGP key fingerprint.
Ready when you are
Still deciding whether Authier fits?
Read the security architecture, inspect the source, or install the extension and start with the free tier.