docs/mintlify/docs-mintlify-mig-tmp/cloud-sync.mdx
cloud sync lets you access your screenpipe data across all your devices with end-to-end encryption. we use zero-knowledge encryption, meaning we physically cannot read your data.
your data is encrypted on your device before it ever leaves. we use your password to derive an encryption key locally - this key never leaves your device and we never see it.
this means we physically cannot read your data, even if we wanted to. only you (and anyone you share your password with) can decrypt your data.
screenpipe is open source. you can audit the encryption code yourself:
<Card title="view encryption source code" icon="github" href="https://github.com/screenpipe/screenpipe/tree/main/crates/screenpipe-core/src/sync"> review the rust implementation of our zero-knowledge encryption </Card>questions? join our discord.