Skip to main content

MPC Demo — Compute on Encrypted Data

Watch how 3 parties compute 42 + 7 without any party seeing either number

1 Split secrets into shares

Click "Split & Compute" to start the demo

About the MPC Demo

Multi-party computation lets parties jointly compute a function while keeping their inputs private — add numbers without anyone seeing the addends. It powers private auctions, confidential AI, and sealed-bid workflows.

This walkthrough splits values into additive shares, passes them between virtual parties, computes on the shares, and reconstructs the result — every intermediate value visible so you can verify nothing leaks. The demo runs entirely in your browser.

How to use

  1. Enter each party's private input.
  2. Step through the sharing, computation, and reconstruction.
  3. Inspect every message to confirm inputs never appear in the clear.