Table of Contents
Fetching ...

Fast Authenticated and Interoperable Multimedia Healthcare Data over Hybrid-Storage Blockchains

Jucai Yang, Liang Li, Yiwei Gu, Haiqin Wu

TL;DR

The paper tackles the latency bottleneck of verifying integrity for large multimedia EHRs stored on blockchains by shifting hash re-computation off the user device to a off-chain storage provider that generates recursive ZKPs. FAITH combines Proxy Re-Encryption for flexible access with on-chain aggregation of integrity and re-encryption proofs, enabling lightweight, public verification for data owners and recipients. The framework provides strong data privacy via dual-layer encryption and robust integrity through on-chain hashes and recursive ZKPs, achieving substantial performance gains. Prototypes demonstrate about a 98% reduction in verification time and near-constant verification latencies (~70 ms) for large files, supporting time-critical healthcare scenarios with practical on-chain metadata and proof storage.

Abstract

The integration of blockchain technology into healthcare presents a paradigm shift for secure data management, enabling decentralized and tamper-proof storage and sharing of sensitive Electronic Health Records (EHRs). However, existing blockchain-based healthcare systems, while providing robust access control, commonly overlook the high latency in user-side re-computation of hashes for integrity verification of large multimedia data, impairing their practicality, especially in time-sensitive clinical scenarios. In this paper, we propose FAITH, an innovative scheme for \underline{F}ast \underline{A}uthenticated and \underline{I}nteroperable mul\underline{T}imedia \underline{H}ealthcare data storage and sharing over hybrid-storage blockchains. Rather than user-side hash re-computations, FAITH lets an off-chain storage provider generate verifiable proofs using recursive Zero-Knowledge Proofs (ZKPs), while the user only needs to perform lightweight verification. For flexible access authorization, we leverage Proxy Re-Encryption (PRE) and enable the provider to conduct ciphertext re-encryption, in which the re-encryption correctness can be verified via ZKPs against the malicious provider. All metadata and proofs are recorded on-chain for public verification. We provide a comprehensive analysis of FAITH's security regarding data privacy and integrity. We implemented a prototype of FAITH, and extensive experiments demonstrated its practicality for time-critical healthcare applications, dramatically reducing user-side verification latency by up to $98\%$, bringing it from $4$ s down to around $70$ ms for a $5$ GB encrypted file.

Fast Authenticated and Interoperable Multimedia Healthcare Data over Hybrid-Storage Blockchains

TL;DR

The paper tackles the latency bottleneck of verifying integrity for large multimedia EHRs stored on blockchains by shifting hash re-computation off the user device to a off-chain storage provider that generates recursive ZKPs. FAITH combines Proxy Re-Encryption for flexible access with on-chain aggregation of integrity and re-encryption proofs, enabling lightweight, public verification for data owners and recipients. The framework provides strong data privacy via dual-layer encryption and robust integrity through on-chain hashes and recursive ZKPs, achieving substantial performance gains. Prototypes demonstrate about a 98% reduction in verification time and near-constant verification latencies (~70 ms) for large files, supporting time-critical healthcare scenarios with practical on-chain metadata and proof storage.

Abstract

The integration of blockchain technology into healthcare presents a paradigm shift for secure data management, enabling decentralized and tamper-proof storage and sharing of sensitive Electronic Health Records (EHRs). However, existing blockchain-based healthcare systems, while providing robust access control, commonly overlook the high latency in user-side re-computation of hashes for integrity verification of large multimedia data, impairing their practicality, especially in time-sensitive clinical scenarios. In this paper, we propose FAITH, an innovative scheme for \underline{F}ast \underline{A}uthenticated and \underline{I}nteroperable mul\underline{T}imedia \underline{H}ealthcare data storage and sharing over hybrid-storage blockchains. Rather than user-side hash re-computations, FAITH lets an off-chain storage provider generate verifiable proofs using recursive Zero-Knowledge Proofs (ZKPs), while the user only needs to perform lightweight verification. For flexible access authorization, we leverage Proxy Re-Encryption (PRE) and enable the provider to conduct ciphertext re-encryption, in which the re-encryption correctness can be verified via ZKPs against the malicious provider. All metadata and proofs are recorded on-chain for public verification. We provide a comprehensive analysis of FAITH's security regarding data privacy and integrity. We implemented a prototype of FAITH, and extensive experiments demonstrated its practicality for time-critical healthcare applications, dramatically reducing user-side verification latency by up to , bringing it from s down to around ms for a GB encrypted file.
Paper Structure (11 sections, 4 figures, 2 tables)

This paper contains 11 sections, 4 figures, 2 tables.

Figures (4)

  • Figure 1: System model of FAITH.
  • Figure 2: Comparison of different hash functions under ZKP.
  • Figure 3: Integrity verification time under different approaches.
  • Figure 4: On-chain performance for storing hash and proof.