VaultHarbor is a zero-knowledge password manager. Credentials are encrypted on your device before they ever leave. The server only stores opaque blobs it cannot read.
Only you can decrypt your data.
Encrypted on device before syncing.
Reliable and fast sync across your devices.
Transparent, auditable and community driven.
About
VaultHarbor keeps your logins, passwords, and secure notes in an encrypted vault that lives on your devices. When you save a credential, it is encrypted locally with keys derived from your master password, then synced to the cloud as unreadable data.
The browser extension brings VaultHarbor into your daily workflow: autofill on login pages, save new credentials as you sign up, update passwords when they change, and unlock your vault with a single master password.
The sync backend is self-hosted and open source, so you choose where your encrypted vault lives, and no vendor holds the keys to your data.
Secure. Sync. Everywhere.
Features
VaultHarbor includes only what matters in a password manager, so you can stay focused, safe, and in control.
Your vault is encrypted with AES-GCM on your device. The server only stores ciphertext it can never decrypt.
Fill usernames and passwords on any site. VaultHarbor detects login fields and offers matching credentials.
Sign in on any browser with the extension. Your encrypted vault syncs automatically across devices.
Get prompted to save new logins when you sign up, and to update entries when a password changes.
One master password derives your vault key locally. It never travels to the server, not even as a hash.
Run your own sync server or use the hosted instance. Your encrypted data stays under your control.
How it works
Register with email and an account password. This authenticates you to the sync server; it does not encrypt your vault.
Choose a strong master password. VaultHarbor derives encryption keys locally and wraps your vault so the master password never leaves your device.
Add credentials to your vault. They encrypt on your device, sync as opaque blobs, and autofill whenever you need them.
Security
VaultHarbor separates account login from vault encryption so your secrets remain protected even if credentials are reset.
Used to sign in to VaultHarbor and sync your vault across devices. Stored on the server as an Argon2id hash, never in plaintext.
Derives the key that encrypts and decrypts your vault. Exists only on your device. VaultHarbor cannot recover it; only you can unlock your data.
Vault contents are encrypted with AES-GCM before upload. The server sees only base64 ciphertext, revision numbers, and sync metadata.
If you forget your master password, a recovery key can re-wrap your vault key. Store it safely; VaultHarbor shows it once during setup.
Install
Available for Chromium browsers: Chrome, Microsoft Edge, and Brave.
vaultharbor-extension-0.1.0-chrome.zip
manifest.json at the root.
chrome://extensions (Microsoft Edge: edge://extensions).
FAQ
Quick answers about VaultHarbor security, installation, and your data.
VaultHarbor is a zero-knowledge password manager. Your credentials are encrypted on your device before they are synced. The server stores only opaque encrypted blobs; it never sees your master password or plaintext vault contents.
No. Your master password and decrypted vault never leave your device. The server stores only encrypted data it cannot read. VaultHarbor is designed so that even the operator cannot access your secrets without your master password.
Your account password signs you in to VaultHarbor and enables sync across devices. It is stored on the server as a secure hash. Your master password encrypts and decrypts your vault locally and is never sent to the server.
Secure · Sync · Everywhere
Keep it free & independent
VaultHarbor is open source and free to use. Your support helps maintain our infrastructure, publish on official browser stores, and ship new features for everyone.
Sponsor on GitHubMaintaining the app on the Chrome Web Store and Edge Add-ons for easy updates.
Keeping the sync API and database fast, reliable, and available worldwide.
Zero-knowledge architecture, secure hosting, and ongoing security improvements.
Building autofill, sync, and vault tools based on community feedback.