Last updated: 2026-05-20
PassKey does not collect, store, or transmit any personal data to external servers. All data remains exclusively on your device.
%LOCALAPPDATA%\PassKey\vault.dbBy default, PassKey makes zero network connections. The only local communication that occurs is:
There is no analytics, no telemetry, no crash reporting, and no update checking.
The only circumstance in which PassKey contacts an external server is the optional, opt-in compromised-password check described in the next section. It is disabled by default and never runs unless you explicitly enable it.
PassKey can tell you whether any of your stored passwords have appeared in a known data breach. This feature is disabled by default and is only ever activated when you explicitly turn on the “Check for compromised passwords” setting in Settings → Security.
When enabled, PassKey queries the Have I Been Pwned Pwned Passwords service using the k-anonymity model, which is designed so that your password is never sent:
api.pwnedpasswords.com.This means the breach service cannot identify your passwords, your account, or you. No API key is required and no personal identifier is transmitted.
| Sent to the breach service | Never sent |
|---|---|
| The first 5 characters of a password’s SHA-1 hash | The password itself |
| The full SHA-1 hash | |
| Usernames, URLs, or entry titles | |
| Any device or account identifier |
The PassKey browser extension (Chrome and Firefox) communicates exclusively with the locally installed PassKey Desktop application via the Native Messaging API. No data is sent to any external server.
The extension requests only the minimum permissions required:
| Permission | Purpose |
|---|---|
nativeMessaging |
Communicate with PassKey Desktop via Native Messaging |
activeTab |
Read the current tab’s URL to match credentials |
tabs |
Inject autofill into the active tab and keep the popup’s tab reference current |
PassKey does not share any data with third parties. Ever.
Encrypted backups (.pkbak files) are stored locally at a location you choose. Backups are protected with AES-256-GCM encryption using an Argon2id-derived key from a password you provide at backup time.
PassKey is open-source software licensed under GPLv3. You can audit the entire codebase at github.com/pexatar/PassKey.