Run a PSI intersection
confium privacy psi \
--set-a customers.txt \
--set-b watchlist.txt \
--cardinality-only
- Inputs are one entry per line; pre-hash them upstream if entries are sensitive in your environment.
--cardinality-onlyprints just the count — the default minimum when you only need “how much overlap”.--saltoverrides the default salt source (/dev/urandom) for reproducible test runs; never fix a salt in production.