What we encrypt (and don't)

The exact list — because "bank-grade security" is a slogan, not an answer.
The short version:

Encrypted at rest

WhatStatusDetail
Your name & emailEncrypted Stored in a separate identity vault, encrypted (AES via Fernet). Sign-in lookups use a keyed blind index, so even the lookup never stores your plain email.
Lab results & medicationsEncrypted Your lab draws (A1c, lipids, panels) and med list — the most sensitive content we hold — are encrypted with the same vault key.
Daily readingsEncrypted The raw values inside every stored event — steps, sleep minutes, heart-rate variability, glucose, weight, workouts, your manual logs — are encrypted at rest.
BackupsEncrypted Backups are passphrase-encrypted archives, and the vault key is deliberately excluded from them — a stolen backup is locked twice.

Not encrypted — on purpose, and here's why

WhatStatusWhy
Event timestamps & typesPlain Each stored event keeps when it happened and what kind it is (e.g. "a sleep summary") in the clear — that's what lets us window your history by date and route events to the right rules without decrypting everything. The values inside are encrypted.
Content fingerprintsPlain A one-way hash of each reading lets a re-uploaded export be recognized as "already have this" without decrypting anything. It reveals only whether two entries are identical — not what they say.
Your gauge scoresPlain The derived 0–100 gauges, nightly snapshots, and your personal percentile bands are stored in the clear inside your private store. They're derived scores keyed to a random ID — not raw readings, and not tied to your name.
Nudge textPlain Nudges are deliberately written without numbers ("Your Calm has been on the quieter side lately…"), so the stored text contains no readings to protect.

The bigger protections around the encryption

What we'd still like to add

In the spirit of this page: full-volume encryption of the hosted server's data disk (the field-level encryption above already covers the sensitive content on it) and routine restore drills on a published calendar. When those ship, this page will say so — not before.