Passphrazor encrypts everything in your browser before it ever touches a server. Not even we can read your vault.
GitHub
octocat@github.com
Stripe
founder@acme.io
AWS Root
ops@acme.io
Home WiFi
WPA2 · Aurora-2.4
The math is the security. Everything below runs in your browser, in front of every byte that gets stored.
Your master password never leaves your device. Encryption happens entirely in your browser via the Web Crypto API.
Every entry is sealed with AES-GCM-256 and a unique IV before it touches Firestore.
310,000 SHA-256 iterations make brute-forcing your master password computationally painful.
Logins, credit cards, secure notes, and WiFi passwords — every byte encrypted, every byte yours.
Up to 128-character passwords with live entropy measurement, all generated by crypto.getRandomValues.
Export re-encrypted with a separate password — or plain CSV if you really need it, with explicit warnings.
Security by design
Each guarantee below is enforced in code you can audit. No analytics on your secrets, no key escrow, no fine print.
Pick a master password, set up 2FA, and start storing logins. No credit card, no telemetry, no recovery backdoor.