Every other password manager makes you trust a server you can't see, run by people you'll never meet, paid for by a subscription that resets if you stop. The whole point of a password manager is to raise the cost of stealing your data — yet the standard architecture is one breach away from leaking every credential you own.
Keying takes the opposite bet. Your vault is a single encrypted file on your Mac. The key is derived from your master password using PBKDF2 with 600,000 iterations and immediately wraps a random data key. The plaintext only exists in process memory, only while the app is unlocked, only on the machine you typed the password into.
There is no cloud. There is no account. There is no analytics endpoint phoning home with your usage. The browser extension talks to the app on 127.0.0.1. The only outbound network request the app ever makes is a release-check against GitHub — and you can block it.
— Roberto · maker of Keying · 2026