Clean Room
Check list overlap without sharing data using the PPRL clean room
Jun 20, 2026 · PR #334
New features
- The Privacy-Preserving Record Linkage clean room lets two parties find out how much their lists overlap without either side ever sharing raw data. Each value is converted to a fingerprint, and only fingerprints are compared.
- Choose browser mode (true clean room: raw data never leaves your device, free up to 10,000 rows per side) or server mode for larger lists (file is hashed on upload and immediately discarded).
- Both modes use the same encoder, so switching to the more private browser tier costs no matching accuracy.