DECO: Liberating Web Data Using Decentralized Oracles for TLS
Fan Zhang, Sai Krishna Deepak Maram, Harjasleen Malvai, Steven Goldfeder, Ari Juels
TL;DR
DECO introduces a privacy_preserving, decentralized oracle for TLS data that enables provable data provenance without trusted hardware or server modifications. It achieves this via a novel three_party handshake that secret_shares TLS keys between prover and verifier, a query_execution phase that preserves data privacy, and a proof_generation phase employing selective_opening and context_integrity through two_stage_parsing. The work provides formal security definitions, outlines UC_secure proofs, and demonstrates practical end_to_end performance with three real applications, including confidential financial instruments and anonymous credentials. This approach potentially liberates private web data from silos, enabling secure cross_domain applications while highlighting regulatory and compliance considerations.
Abstract
Thanks to the widespread deployment of TLS, users can access private data over channels with end-to-end confidentiality and integrity. What they cannot do, however, is prove to third parties the {\em provenance} of such data, i.e., that it genuinely came from a particular website. Existing approaches either introduce undesirable trust assumptions or require server-side modifications. As a result, the value of users' private data is locked up in its point of origin. Users cannot export their data with preserved integrity to other applications without help and permission from the current data holder. We propose DECO (short for \underline{dec}entralized \underline{o}racle) to address the above problems. DECO allows users to prove that a piece of data accessed via TLS came from a particular website and optionally prove statements about such data in zero-knowledge, keeping the data itself secret. DECO is the first such system that works without trusted hardware or server-side modifications. DECO can liberate data from centralized web-service silos, making it accessible to a rich spectrum of applications. To demonstrate the power of DECO, we implement three applications that are hard to achieve without it: a private financial instrument using smart contracts, converting legacy credentials to anonymous credentials, and verifiable claims against price discrimination.
