Last updated: 2026-03-15
PassKey does not collect, store, or transmit any personal data to external servers. All data remains exclusively on your device.
%LOCALAPPDATA%\PassKey\vault.dbPassKey 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 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 |
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.