Privacy

This describes what Parallel actually stores, written from the code rather than from a template. Where something is encrypted, it says what can and cannot read it.

What your account holds

Creating an account stores your email address, a hash of your password (bcrypt — the password itself is never stored and cannot be recovered from the hash), which plan you are on, and the date you signed up. That is the whole record.

If you turn on two-factor authentication it also holds your authenticator secret and your unused recovery codes, and a record of recent sign-ins — the time, the IP address and the browser's user-agent string — so you can see whether a sign-in was yours. That history is capped and rolls over.

Your profiles

Profile settings sync to your account: names, groups, tags, notes, fingerprint seeds, proxy details, start URLs and which platforms each profile signs into. This is what lets the same profile open on another computer.

Session cookies are different. They are encrypted before they leave your machine, with a key derived per account, and our server stores only the encrypted blob. We cannot read the sessions you sync, and neither can anyone who obtains a copy of the database.

What never leaves your computer

The fingerprint test

The fingerprint test runs entirely in your browser. Nothing it measures is uploaded, stored, or sent to us — you can read the page source and confirm that rather than taking our word for it.

Third parties

There is no analytics script, no advertising pixel, and no third-party tracker on this site.

Deleting your account

Settings → Delete account removes your account and everything synced with it. Profiles on your own computer are yours; deleting the account does not reach onto your disk, and you can remove them from the app or by deleting the data folder shown in Settings.

Contact

Questions about any of this: support@parallel-browser.com.