diff --git a/README.md b/README.md index 0087d95..a21e139 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@
- - A browser-first, zero-knowledge password manager that encrypts vault data locally and can sync - authenticated ciphertext through the user's own Google Drive. + An extension-first password manager for Chrome and Firefox. VeyraKey detects login and signup + forms, securely fills saved data, and syncs authenticated ciphertext through the user's own + Google Drive.
[](release/release-manifest.json) @@ -26,6 +27,11 @@ ## Why VeyraKey +The browser extension is the product: it follows users across websites, recognizes authentication +and registration flows, saves or updates credentials, offers private email aliases, and releases +matching secrets only after the required local authorization. The web application is a companion +development and recovery surface—not the primary user experience. + Most password-manager demos stop at encrypted CRUD. VeyraKey treats the browser, cloud provider, autofill surface, device unlock flow, revision history, and release pipeline as separate trust boundaries. @@ -38,6 +44,22 @@ boundaries. | **Origin-bound autofill** | Credentials are released only to an exact saved origin after the required local authorization. | | **Recoverable by design** | Encrypted backups and Recovery Kits exist; a server-side reset or escrow key does not. | +## Extension-first experience + +VeyraKey is designed to stay available from the browser toolbar and directly beside relevant form +fields. Users should not need to keep a separate web tab open. + +1. Visit a login or signup page. +2. Select a saved account, generated password, identity value, or private email suggestion. +3. Authorize with the active unlocked session, Touch ID/biometrics when enrolled, or the master + password fallback. +4. VeyraKey fills only the recognized fields for the exact current origin. +5. After a successful login or registration, accept the concise save/update prompt if the vault + record changed. + +The extension popup provides the complete vault library, security findings, passkey/TOTP metadata, +private-email configuration, cloud sync, backup/import tools, and device security settings. + ## Product preview