INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XV, Issue IV, April 2026
A Novel Zero-Knowledge Proof of Storage with Dynamic Reputation
Consensus for Decentralized Cloud Auditing
George Sebastian
1
, Neethu Tom
2
, Saritha M S
3
, Vimal Babu P
4
1
Department of CSE(DS) Sri Venkateswara College of Engineering& Technology (Autonomous), R. V.S
Nagar, Chittoor
2
Department of AI & DS St.Joseph’s College of Engineering and Technology, Palai
3
Department of AI & DS St.Joseph’s College of Engineering and Technology, Palai
4
Department of Computer Science & Engineering St.Joseph’s College of Engineering and Technology,
Palai
DOI: https://doi.org/10.51583/IJLTEMAS.2026.150400121
Received: 27 April 2026; Accepted: 02 May 2026; Published: 21 May 2026
ABSTRACT
Existing cloud storage auditing mechanisms rely on third-party auditors (TPAs) or centralized verification,
introducing single points of failure and trust assumptions. While blockchain-based approaches have been
proposed, they suffer from high on-chain storage overhead, linear verification complexity, and lack of dynamic
auditor reputation. This paper introduces ZK-PoR-DR — a novel Zero-Knowledge Proof of
Retrievability integrated with a Dynamic Reputation Consensus mechanism. Unlike prior work, ZK-PoR-DR
enables: (1) constant-size proofs regardless of file size, (2) off-chain proof generation with on-chain
verification using zk-SNARKs, (3) a reputation-based auditor selection protocol that penalizes malicious or
lazy auditors via slashing and reward distribution, and (4) post-quantum security via lattice-based
commitments. We provide a full algorithm, system architecture, security proofs against adaptive adversaries,
and experimental evaluation showing 90% reduction in on-chain gas costs and 3.2x faster
verification compared to baseline schemes (Proofs of Replication, Filecoin). No prior work has combined these
four properties simultaneously. The protocol is ready for deployment but has not yet been adopted by any major
cloud or blockchain platform.
Keywords: - Blockchain, Cloud Auditing, Zero-Knowledge Proofs, Proof of Retrievability, Consensus,
Reputation System, Cybersecurity.
INTRODUCTION
A. Background and Motivation
Cloud storage has become ubiquitous, with over 60% of enterprise data now stored remotely. However, users
lose physical control over their data, making provable data possession (PDP) and proofs of retrievability
(PoR) essential. Traditional solutions require a trusted third-party auditor (TPA) — an unrealistic assumption
given data breaches and insider threats.
Blockchain offers a decentralized alternative: smart contracts can verify storage proofs without trusted auditors.
However, existing blockchain-based storage systems (Filecoin, Arweave, Storj) suffer from three fundamental
limitations:
1. Linear on-chain overhead — Proof size grows with file size or challenge count.
2. Fixed auditor sets — No mechanism to dynamically evaluate auditor honesty over time.