ZQL: A Compiler for Privacy-Preserving Data Processing

MSR-TR-2013-25 |

ZQL is a query language for expressing simple computations on private data. Its compiler produces code to certify data, perform client-side computations, and verify the correctness of their results. Under the hood, it synthesizes zero-knowledge protocols that guarantee both integrity of the query results and privacy for all other data.

We present the ZQL language, its compilation scheme down to concrete cryptography, and the security guarantees it provides. We report on a prototype compiler that produces F# and C++. We evaluate its performance on queries for smart-meter billing, for pay-as-you-drive insurance policies, and for location-based services.

ZQL: A Compiler for Privacy-Preserving Data Processing

The demo comprises a few simple examples of ZQL computations, explains the architecture of a ZQL-based application, and the dataflow along with the security properties achieved.