MOZAIK: A Privacy-Preserving Analytics Platform for IoT Data Using MPC and FHE
Michiel Van Kenhove, Erik Pohle, Leonard Schild, Martin Zbudila, Merlijn Sebrechts, Filip De Turck, Bruno Volckaert, Aysajan Abidin
TL;DR
MOZAIK tackles the privacy challenge of IoT data analytics by encrypting data at the source and enabling computation on encrypted data through two cryptographic paradigms: secure multi-party computation (MPC) and fully homomorphic encryption (FHE). The architecture integrates Obelisk-based storage, modular data processing components, and a model provider to support end-to-end confidentiality from ingestion to results. A heartbeat analysis use case demonstrates end-to-end privacy during sensing, storage, and ML inference, validating the feasibility of cryptographic PET-enabled analytics on IoT data. Evaluation reveals that while both MPC and FHE enable privacy-preserving analytics, MPC generally offers superior throughput and latency performance, with FHE providing simpler deployment but substantial overhead and latency, guiding practical trade-offs and potential hybrids for real-world deployment.
Abstract
The rapid increase of Internet of Things (IoT) systems across several domains has led to the generation of vast volumes of sensitive data, presenting significant challenges in terms of storage and data analytics. Cloud-assisted IoT solutions offer storage, scalability, and computational resources, but introduce new security and privacy risks that conventional trust-based approaches fail to adequately mitigate. To address these challenges, this paper presents MOZAIK, a novel end-to-end privacy-preserving confidential data storage and distributed processing architecture tailored for IoT-to-cloud scenarios. MOZAIK ensures that data remains encrypted throughout its lifecycle, including during transmission, storage, and processing. This is achieved by employing a cryptographic privacy-enhancing technology known as computing on encrypted data (COED). Two distinct COED techniques are explored, specifically secure multi-party computation (MPC) and fully homomorphic encryption (FHE). The paper includes a comprehensive analysis of the MOZAIK architecture, including a proof-of-concept implementation and performance evaluations. The evaluation results demonstrate the feasibility of the MOZAIK system and indicate the cost of an end-to-end privacy-preserving system compared to regular plaintext alternatives. All components of the MOZAIK platform are released as open-source software alongside this publication, with the aim of advancing secure and privacy-preserving data processing practices.
