QAE-BAC: Achieving Quantifiable Anonymity and Efficiency in Blockchain-Based Access Control with Attribute
Jie Zhang, Xiaohong Li, Mengke Zhang, Ruitao Feng, Shanshan Xu, Zhe Hou, Guangdong Bai
TL;DR
BC-ABAC faces a dual challenge: maintaining user privacy in transparent blockchain ledgers while achieving scalable, low-latency policy evaluation. The paper introduces QAE-BAC, a closed-loop framework that couples a formal $ (r,t)$-anonymity model with an Entropy-Weighted Path Tree ($EWPT$) to guide privacy-aware policy optimization, backed by cryptographic credentials and a three-module architecture (Anonymity Quantification, Dynamic Optimization, Access Control). It formalizes anonymity metrics, proves security reductions, and demonstrates on Hyperledger Fabric that the EWPT reduces policy matching to $O(m)$ time with dynamic weight updates yielding up to 11× throughput improvements and 87% latency reduction. The approach delivers a practical, scalable solution for privacy-preserving, fine-grained decentralized access control, addressing both re-identification risk and efficiency in large-scale deployments.
Abstract
Blockchain-based Attribute-Based Access Control (BC-ABAC) offers a decentralized paradigm for secure data governance but faces two inherent challenges: the transparency of blockchain ledgers threatens user privacy by enabling reidentification attacks through attribute analysis, while the computational complexity of policy matching clashes with blockchain's performance constraints. Existing solutions, such as those employing Zero-Knowledge Proofs (ZKPs), often incur high overhead and lack measurable anonymity guarantees, while efficiency optimizations frequently ignore privacy implications. To address these dual challenges, this paper proposes QAEBAC (Quantifiable Anonymity and Efficiency in Blockchain-Based Access Control with Attribute). QAE-BAC introduces a formal (r, t)-anonymity model to dynamically quantify the re-identification risk of users based on their access attributes and history. Furthermore, it features an Entropy-Weighted Path Tree (EWPT) that optimizes policy structure based on realtime anonymity metrics, drastically reducing policy matching complexity. Implemented and evaluated on Hyperledger Fabric, QAE-BAC demonstrates a superior balance between privacy and performance. Experimental results show that it effectively mitigates re-identification risks and outperforms state-of-the-art baselines, achieving up to an 11x improvement in throughput and an 87% reduction in latency, proving its practicality for privacy-sensitive decentralized applications.
