Privacy Policy
Clyro has no accounts, no servers and no analytics, so this page is mostly a list of things that do not happen.
01The short version
Clyro does not have user accounts, does not run a server that your data passes through, and does not collect analytics or telemetry. There is no database of Clyro users, because there is no way to become one.
We cannot read your passwords — structurally, not as a promise
02There is no Clyro account
Most password managers ask you to register, then store your vault on their infrastructure. Clyro does neither. You install a browser extension and choose where your vault lives: a small sync server you run yourself, or your own Google Drive or Dropbox account.
Because there is no account, there is no email address, no password reset, no billing record and no profile for us to hold, lose, or be compelled to hand over.
03What this website stores
This site is a set of static pages plus a launcher for the extension. It sets no tracking cookies, embeds no analytics or advertising scripts, and has no server-side session.
The only thing it writes to your browser is a single sessionStorage entry recording that you have already seen the intro animation, so it does not replay on every page. It is cleared when you close the tab and contains no identifier.
The password generator runs entirely in your browser using the built-in Web Crypto API. Generated passwords are never transmitted anywhere and are not stored.
04What the website and extension say to each other
The Dashboard can ask the extension two questions, and only two: whether it is installed and what state it is in, and whether it will open its own vault tab. The reply carries three pieces of information — installed, which storage provider is selected, and whether the vault is currently locked.
No credential can cross this channel
05What your storage provider can see
You choose where your encrypted vault is stored. What that provider can observe depends on which one you pick, and in every case it is metadata rather than contents:
- Local Sync Server — software you run on your own machine or your own server. Nothing leaves your control.
- Google Drive — an encrypted file in your private application folder. Google can see the file exists, its size, and when it changed. It cannot decrypt it.
- Dropbox — the same arrangement using Dropbox’s file API. Dropbox can see the file exists, its size, and when it changed. It cannot decrypt it.
Your relationship with Google or Dropbox is governed by their own privacy policies. Clyro is not a party to it and receives nothing from it.
06Autofill and the sites you visit
To offer autofill, the extension needs to detect login forms on pages you visit. That detection happens locally, in your browser, and produces no record that is sent anywhere. Clyro does not build a history of the sites you visit and has nowhere to send one.
07Recovery, and why there is none
If you lose your master password, your vault is unrecoverable
08Changes to this policy
If this policy changes, the date at the top of this page changes with it, and the change is visible in the public commit history of the repository. There is no mailing list to notify, because there are no addresses to notify.
Questions
Clyro has no support inbox because it has no accounts to support. Everything is public: open an issue on GitHub, or read the source at github.com/ClyroVaultSync/clyro.