
ISSN: 2959-1260 (Print)
ISSN: 2958-8138 (Online)
CODEN: BLOCCW
For any inquiries regarding journal development, the peer review process, copyright matters, or other general questions, please contact the editorial office, Mr. Lucas Li, E-Mail: blockchain@elspub.com.
For production or technical issues, please contact the production team, Mr. Jay Zhuang, E-Mail: production@elspub.com.
Secure and scalable electronic medical record (EMR) sharing is essential for cross-institutional collaboration, yet existing blockchain-based approaches can incur high on-chain overhead under bursty, fine-grained, and temporary authorization. We propose Secure and Scalable Tokenized EMR Sharing on a Permissioned Blockchain, referred to as SST-MedChain, a patient-centric framework that (i) enables patient-side non-interactive delegation via an Elliptic Curve Diffie–Hellman (ECDH)-derived verification token protected by a hash commitment, and (ii) reduces on-chain authorization to a near constant-time token lookup and atomic state transition using one-time access tokens. SST-MedChain further supports policy-bounded cascading re-delegation and fast revocation over deployment-bounded delegation chains via a Nested Freezing state machine and a Source Circuit Breaker. Experiments on FISCO BCOS (a permissioned blockchain platform) in a wide area network (WAN) show that, on the evaluated on-chain confirmation path, SST-MedChain improves throughput by 38% and reduces latency by 86% compared with Attribute-Based Access Control (ABAC) at 300 queries per second (QPS), and achieves 16.5% higher throughput than MedShare at 1000 QPS with comparatively stable average confirmation latency.
Secure and efficient identity authentication is a fundamental requirement in vehicular ad-hoc networks (VANETs); however, it remains challenging due to the highly dynamic network topology, stringent latency constraints, and the need for conditional privacy preservation. Existing authentication schemes either rely on public key infrastructures (PKI) with complex certificate management or introduce partially decentralized designs that still depend on trusted authorities, leading to inefficiencies and single points of failure. In this paper, we propose EBDA, an Ethereum-based fully distributed authentication mechanism for VANETs. The core innovation of EBDA is to replace the traditional PKI certificate system with a blockchain-maintained Graph of Trust (GoT). Through three dedicated smart contracts, EBDA fully decentralizes the management of vehicle identities and pseudonyms. Vehicles use pseudonyms to preserve privacy in Vehicle-to-Vehicle communications, while authentication is achieved certificate-free via transitive trust within the GoT. Importantly, latency-sensitive operations like message verification are executed off-chain through local checks, meeting VANETs’ strict real-time requirements. A prototype implementation and extensive evaluations demonstrate that EBDA significantly reduces authentication latency by at least 22.93% compared with representative blockchain-assisted and PKI-based baselines while maintaining low computational and storage overhead. These results confirm the feasibility of deploying GoT-based decentralized authentication in practical VANET environments.
The Bitcoin system has operated reliably for over 16 years, attracting considerable attention due to its decentralized architecture and the inherent value of its digital assets. Nevertheless, performance limitations, especially in transaction validation, continue to impede its scalability and efficiency. In the Bitcoin network, each full node not only needs to validate a transaction when it is first received, but also needs to validate it again when it is packaged into a new block. This redundant validation mechanism reduces the overall efficiency of the Bitcoin system. Utilizing Segregated Witness technology, this paper introduces a one-time validation optimization scheme. Specifically, we leverage the Witness Transaction ID (wtxid) inherent in SegWit to build a deterministic index mapping between the local transaction pool and new candidate blocks. By checking this index, the system can identify and skip the redundant verification of transactions that have already been validated upon entry into the pool. The proposed approach eliminates the need for secondary validation when processing new blocks, specifically for transactions already stored in the local transaction pool. Through comprehensive theoretical analysis, we demonstrate that this optimization can reduce the transaction validation overhead by approximately 50% without compromising the security of the Bitcoin network. In short, our research provides an innovative solution to Bitcoin’s performance challenges, thereby contributing to its future development and long-term sustainability.