1Password is a polished, well-engineered password manager with a genuinely clever security design: its Secret Key means a leaked master password alone cannot open your vault. It is a strong product. The main structural differences from HexVault are that 1Password has no permanent free tier — only a 14-day trial — and that it is a proprietary US service. HexVault offers a free personal tier, memory-hard key derivation, and UK jurisdiction. This page lays out both sides honestly.
| HexVault | 1Password | |
|---|---|---|
| Encryption | AES-256-GCM | AES-256-GCM |
| Key derivation | Argon2id (memory-hard) | PBKDF2 + Secret Key |
| Second secret factor | Master password + optional 2FA | Master password + Secret Key (34-char) |
| Zero-knowledge | Yes | Yes |
| Free tier | Yes (full personal vault) | No (14-day trial only) |
| Open source | No (architecture documented) | No |
| Team governance | Multi-party approval, SoD, SCIM | Vaults, groups, SSO, provisioning |
| Jurisdiction | United Kingdom | Canada / United States |
Competitor details as of July 2026 and subject to change — verify current specifics on 1Password’s own site.
1Password’s Secret Key is a real strength and worth understanding. It is a 34-character key, generated on your device and combined with your master password, so that an attacker who somehow learns your master password still cannot decrypt your vault without also having the Secret Key. It is a genuinely good defence against master-password compromise, and 1Password deserves credit for it.
HexVault takes a different route to a similar goal: instead of a second secret you must store and carry, it makes the master password itself far more expensive to attack by deriving the vault key with Argon2id — a memory-hard function that resists the massively-parallel guessing a stolen vault would face. Both approaches raise the cost of an offline attack; they simply do it at different points. The Secret Key adds entropy you have to manage; Argon2id adds computational hardness you do not.
Choose 1Password if you want its Secret Key model and its very polished app, and you don’t need a free tier. Choose HexVault if you want a free personal vault, memory-hard key derivation by default, built-in team governance, and UK jurisdiction. Both are zero-knowledge and neither can read your vault.