guides
End-to-End Encryption in Period Trackers: What It Means
End-to-end encryption and zero-knowledge architecture are not the same thing. This guide explains the difference and what each actually protects you from.
The Difference That Matters Encryption is not a single thing. Period tracker companies use the word in ways that describe very different levels of protection: In transit encryption Data is scrambled as it travels between your phone and the company's servers. Standard practice, almost all apps do this. Protects against network interception but not against what happens at the server end. Server side (at rest) encryption Data stored on the company's servers is encrypted. The company holds the keys. Protects against some breach scenarios. The company can still read your data. End to end encryption Data is encrypted before it leaves your device, using keys the company does not hold. The company receives encrypted data they cannot read. Protects against company side access and, depending on the legal specifics, against court orders targeting the company. On device storage (no transmission) Data never leaves your device at all. There is no server side copy, encrypted or otherwise. Strongest protection. Why E2EE Does Not Equal Zero Knowledge True E2EE means the company cannot read your data. But the data still exists on their servers, encrypted. A court order can compel them to produce it,