Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

5,430 papersLast indexed Aug 31, 2026
Search papers

Paper index

5,430 results · page 72 of 227

Clear filters
Oct 12, 2023·2023 17th International Conference on Telecommunication Systems, Services, and Applications (TSSA)
4 cites
Using Zero-Knowledge Proof in Privacy-Preserving Networks

Wervyan Shalannanda

The role of digital identity systems in today’s cyber infrastructure is pivotal to providing secure access to online services. Privacy-preserving mechanisms, however, are becoming more important as cyber threats develop. Especially in large networks, zero-knowledge proofs (ZKPs) are an effective way to enhance privacy in digital identity systems. When used during authentication, they protect the privacy of user data by verifying knowledge to another entity without unveiling the actual data. A ZKP can also reduce identity theft risks, mitigate man-in-the-middle attacks, and enhance security when integrated into privacy-preserving networks. In this paper, we examine the role that ZKPs play in privacy-preserving networks and the possibility of using them in this regard, in order to gain insight into their application in digital identity systems.

Cryptography and Data Security
Internet Traffic Analysis and Secure E-voting
Privacy-Preserving Technologies in Data
Original source
Oct 11, 2023·2023 IEEE International Carnahan Conference on Security Technology (ICCST)
64 cites
A Technique for Maintaining Attribute-based Privacy Implementing Blockchain and Machine Learning

Yogesh Kisan Mali, Vijay U. Rathod, Nilesh P. Sable, Rahul Ramkishan Rathod · 6 authors

Any wireless network is built on the mutually reinforcing pillars of privacy and security. Security measures often cover data connections, physical security, outside threats, and internal node operations. Whereas privacy covers the selective exchange of data among a network’s various entities. To provide privacy to networks, a large number of algorithms have been proposed by researchers in the past. Most of these algorithms utilize Graph-based anonymization approaches like l-diversity, k-anonymity, etc. These models do not scale well. Thus, this text proposes a machine learning-based block chain-powered privacy preservation protocol. The proposed protocol will perform attribute-based privacy with high efficiency due to the use of block chain architecture and will improve the overall Quality of Service of the network due to the integration of machine learning in the system.

2 source records
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Privacy, Security, and Data Protection
Original source
Oct 11, 2023·2023 5th Conference on Blockchain Research & Applications for Innovative Networks and Services (BRAINS)
3 cites
Cost-Efficient Anonymous Authentication Scheme Based on Set-Membership Zero-Knowledge Proof

Christopher Wiraatmaja, Shoji Kasahara

In this paper, we propose zero-knowledge named proof, a replay attack prevention scheme that ensures the user's anonymity against malicious administrators. We begin with adopting the zero-knowledge set-membership proof into an authentication setting in which users would delegate their requests to an agent that obstructs the user's identity from the administrator. This anonymous agent carries the guarantee of authenticity, which the administrator through the set-membership proof can confirm. Next, we prevent replay attacks from other parties by binding the agent's identity to the delegation request verifiable by the administrators. By leveraging these properties, a blockchain-based authentication scheme is then built. We quantitatively evaluate the security, cost-efficiency, and performance of our scheme and provide a third-party authorization scheme from our authentication framework to demonstrate its real-world relevancy.

Cryptography and Data Security
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Original source
Oct 8, 2023·Drones
11 cites
A Hierarchical Blockchain-Based Trust Measurement Method for Drone Cluster Nodes

Jinxin Zuo, Ruohan Cao, Jiahao Qi, Peng Gao · 8 authors

In response to the challenge of low accuracy in node trust evaluation due to the high dynamics of entry and exit of drone cluster nodes, we propose a hierarchical blockchain-based trust measurement method for drone cluster nodes. This method overcomes the difficulties related to trust inheritance for dynamic nodes, trust re-evaluation of dynamic clusters, and integrated trust calculation for drone nodes. By utilizing a multi-layer unmanned cluster blockchain for trusted historical data storage and verification, we achieve scalability in measuring intermittent trust across time intervals, ultimately improving the accuracy of trust measurement for drone cluster nodes. We design a resource-constrained multi-layer unmanned cluster blockchain architecture, optimize the computing power balance within the cluster, and establish a collaborative blockchain mechanism. Additionally, we construct a dynamic evaluation method for trust in drone nodes based on task perception, integrating and calculating the comprehensive trust of drone nodes. This approach addresses trusted sharing and circulation of task data and resolves the non-inheritability of historical data. Experimental simulations conducted using NS3 and MATLAB demonstrate the superior performance of our trust value measurement method for unmanned aerial vehicle cluster nodes in terms of accurate malicious node detection, resilience to trust value fluctuations, and low resource delay retention.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Security in Wireless Sensor Networks
Original source
Oct 7, 2023·Adjunct Proceedings of the 2023 ACM International Joint Conference on Pervasive and Ubiquitous Computing & the 2023 ACM International Symposium on Wearable Computing
0 cites
Smart Contracts for Ethical Mobile Data Collection and Usage

José Ricardo Cedeño-García, Jesús Favela, Carlos Eduardo Sánchez-Torres

The significant increase in data production resulting from the widespread adoption of mobile and IoT technologies has revolutionized healthcare but also presents significant privacy and ethical challenges. The field of medical data collection is no exception and has limitations in terms of the source, variety and quantity of records from studies on healthcare and wellness. One way to address this dilemma is the use of the Blockchain for patient data collection and use. The anonymity of a centralized network allows the patient’s identity to be protected. The structure formed by nodes allows the information to be always available and does not depend on a main server. The immutability of records in the chain ensures unambiguous traceability of information flow by the healthcare provider. Finally, the network’s consensus and reward mechanisms could motivate new users to participate in active sensing. In this article we will expose the architecture of an application that relies on the Blockchain to meet the above information needs by leveraging the potential of the Ethereum network. In addition, we present a use case where consciously collected data from our platform is used to train a machine learning model automatically, using a P2P Browser-Based Computational Notebook as execution and distribution environment.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Ethics and Social Impacts of AI
Original source
Oct 7, 2023·Cybersecurity
3 cites
Evicting and filling attack for linking multiple network addresses of Bitcoin nodes

Huashuang Yang, Jinqiao Shi, Yue Gao, Xuebin Wang · 7 authors

Abstract Bitcoin is a decentralized P2P cryptocurrency. It supports users to use pseudonyms instead of network addresses to send and receive transactions at the data layer, hiding users’ real network identities. Traditional transaction tracing attack cuts through the network layer to directly associate each transaction with the network address that issued it, thus revealing the sender’s network identity. But this attack can be mitigated by Bitcoin’s network layer privacy protections. Since Bitcoin protects the unlinkability of Bitcoin addresses and there may be a many-to-one relationship between addresses and nodes, transactions sent from the same node via different addresses are seen as coming from different nodes because attackers can only use addresses as node identifiers. In this paper, we proposed the evicting and filling attack to expose the correlations between addresses and cluster transactions sent from different addresses of the same node. The attack exploited the unisolation of Bitcoin’s incoming connection processing mechanism. In particular, an attacker can utilize the shared connection pool and deterministic connection eviction strategy to infer the correlation between incoming and evicting connections, as well as the correlation between releasing and filling connections. Based on inferred results, different addresses of the same node with these connections can be linked together, whether they are of the same or different network types. We designed a multi-step attack procedure, and set reasonable attack parameters through analyzing the factors that affect the attack efficiency and accuracy. We mounted this attack on both our self-run nodes and multi-address nodes in real Bitcoin network, achieving an average accuracy of 96.9% and 82%, respectively. Furthermore, we found that the attack is also applicable to Zcash, Litecoin, Dogecoin, Bitcoin Cash, and Dash. We analyzed the cost of network-wide attacks, the application scenario, and proposed countermeasures of this attack.

Open access
Blockchain Technology Applications and Security
Internet Traffic Analysis and Secure E-voting
Privacy-Preserving Technologies in Data
Original source
Oct 6, 2023·IEEE Transactions on Network and Service Management
19 cites
Redactable Blockchain-Assisted Secure Data Aggregation Scheme for Fog-Enabled Internet-of-Farming-Things

Rahul Mishra, Dharavath Ramesh, Paolo Bellavista, Damodar Reddy Edla

Internet-of-Farming Things (IoFT)-enabled smart agriculture can collect data more reliably and frequently to track the crop’s status and other significant information. Considering that smart agriculture requires working with substantial amounts of sensitive data. In light of this, frequent data processing may threaten the confidentiality and integrity of data and IoFT device privacy. Although numerous privacy-preserving data aggregation methods have been implemented to address these issues, they also have certain security vulnerabilities, such as inadequate data confidentiality, collusion attacks, and malicious data mining attacks. Therefore, we introduce a three-tier architecture-assisted redactable blockchain-based secure data aggregation method with source authentication for the fog-enabled IoFT. This work provides an efficient and secure two-level data aggregation model. The proposed model supports resistance to collusion and malicious data mining threats launched by internal or external attackers. It can also achieve perfect data confidentiality and integrity against a malicious aggregator and an inquisitive control center for an authorized IoFT device. Specifically, the detailed performance analysis and theoretical concrete security proofs demonstrate the practicability and efficiency of the proposed model.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
IoT and Edge/Fog Computing
Original source
Oct 6, 2023·2023 IEEE MIT Undergraduate Research Technology Conference (URTC)
1 cites
SeBRUS: Mitigating Data Poisoning Attacks on Crowdsourced Datasets with Blockchain

Anusha Iyer, Chloe Lee, T. Uday Kiran Reddy, Cyrus Rosenberg · 6 authors

With the rise in prominence of crowdsourced datasets in machine learning, data poisoning attacks pose a considerable threat. Many current defenses fall short because they are overly specialized for certain attacks, lack contribution incentives, and are difficult to integrate into current platforms. This paper explores the underaddressed system security problem posed by data poisoning through SeBRUS, a comprehensive data contribution application that leverages Ethereum smart contracts to secure crowdsourced datasets. SeBRUS introduces a voting network and poisoned data detection model, allowing for easy implementation with current platforms to defend against label-flipping, clean-label, and backdoor attacks.

Blockchain Technology Applications and Security
Adversarial Robustness in Machine Learning
Privacy-Preserving Technologies in Data
Original source
Oct 5, 2023·IEEE Network
11 cites
Blockchain-Based Distributed Collaborative Computing for Vehicular Digital Twin Network

Lei Liu, Junqi Fu, Jie Feng, Guopeng Wang · 6 authors

Being the main starting point for intelligent transportation systems, internet of vehicles has entered a rapid development period. This motivates a large number of novel vehicular applications with diversified and personalized demands. Distributed collaborative computing provides a promising solution to meet these applications by on-demand resource management, but is faced with tremendous challenges in achieving trusted resource cooperation and accurate decision making. In this paper, we propose a blockchain-based vehicular digital twin architecture for distributed collaborative computing. In this architecture, blockchain facilitates the opening and sharing of vehicular resources, while digital twin enables the accurate management decision. Then, we investigate the computation offloading in blockchain-based vehicular digital twin networks to demonstrate the effectiveness of the proposed architecture. Finally, several important open issues are discussed in detail for further investigation on blockchain-based vehicular digital twin.

Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Privacy-Preserving Technologies in Data
Original source
Oct 5, 2023·IEEE Internet of Things Journal
27 cites
Secure and Efficient Blockchain-Based Federated Learning Approach for VANETs

Muhammad Asad, Saima Shaukat, Ehsan Javanmardi, Jin Nakazato · 6 authors

The rapid increase in the number of connected vehicles on roads has made vehicular ad-hoc networks (VANETs) an attractive target for malicious actors. As a result, VANETs require secure data transmission to maintain the network’s integrity. Federated learning (FL) has been proposed as a secure data-sharing method for VANETs, but it is limited in its ability to protect sensitive data. This article proposes integrating Blockchain technology into FL to provide an additional layer of security for VANETs. In particular, we propose a secure and efficient blockchain-based FL (SEBFL) approach to ensure communication efficiency and data privacy in VANETs. To this end, we use the FL model for VANETs, where computation tasks are decomposed from a base station to individual vehicles. This effectively reduces the congestion delay and communication overhead. Integrating blockchain with the FL model provides a reliable and secure data communication system between vehicles, roadside units, and a cloud server. Additionally, we use a homomorphic encryption system (HES) that effectively preserves the confidentiality and credibility of vehicles. Besides, the proposed SEBFL leverages the asynchronous FL model, minimizing the long delay while avoiding possible threats and attacks using HES. The experimental results show that the proposed SEBFL achieves 0.87% accuracy while a model inversion attack and 0.86% accuracy while a membership inference attack.

Privacy-Preserving Technologies in Data
Vehicular Ad Hoc Networks (VANETs)
Blockchain Technology Applications and Security
Original source
Oct 4, 2023·IEEE Transactions on Big Data
38 cites
zkFL: Zero-Knowledge Proof-Based Gradient Aggregation for Federated Learning

Zhipeng Wang, Nanqing Dong, Jiahao Sun, William J. Knottenbelt · 5 authors

Federated learning (FL) is a machine learning paradigm, which enables multiple and decentralized clients to collaboratively train a model under the orchestration of a central aggregator. FL can be a scalable machine learning solution in big data scenarios. Traditional FL relies on the trust assumption of the central aggregator, which forms cohorts of clients honestly. However, a malicious aggregator, in reality, could abandon and replace the client's training models, or insert fake clients, to manipulate the final training results. In this work, we introduce zkFL, which leverages zero-knowledge proofs to tackle the issue of a malicious aggregator during the training model aggregation process. To guarantee the correct aggregation results, the aggregator provides a proof per round, demonstrating to the clients that the aggregator executes the intended behavior faithfully. To further reduce the verification cost of clients, we use blockchain to handle the proof in a zero-knowledge way, where miners (i.e., the participants validating and maintaining the blockchain data) can verify the proof without knowing the clients' local and aggregated models. The theoretical analysis and empirical results show that zkFL achieves better security and privacy than traditional FL, without modifying the underlying FL network structure or heavily compromising the training speed.

Open access
3 source records
Privacy-Preserving Technologies in Data
Cryptography and Data Security
Stochastic Gradient Optimization Techniques
Original source
Oct 3, 2023·Annual Computer Security Applications Conference
9 cites
FLEDGE: Ledger-based Federated Learning Resilient to Inference and Backdoor Attacks

Jorge Castillo, Phillip Rieger, Hossein Fereidooni, Qian Chen · 5 authors

Federated learning (FL) is a distributed learning process that uses a trusted aggregation server to allow multiple parties (or clients) to collaboratively train a machine learning model without having them share their private data. Recent research, however, has demonstrated the effectiveness of inference and poisoning attacks on FL. Mitigating both attacks simultaneously is very challenging. State-of-the-art solutions have proposed the use of poisoning defenses with Secure Multi-Party Computation (SMPC) and/or Differential Privacy (DP). However, these techniques are not efficient and fail to address the malicious intent behind the attacks, i.e., adversaries (curious servers and/or compromised clients) seek to exploit a system for monetization purposes. To overcome these limitations, we present a ledger-based FL framework known as FLEDGE that allows making parties accountable for their behavior and achieve reasonable efficiency for mitigating inference and poisoning attacks. Our solution leverages crypto-currency to increase party accountability by penalizing malicious behavior and rewarding benign conduct. We conduct an extensive evaluation on four public datasets: Reddit, MNIST, Fashion-MNIST, and CIFAR-10. Our experimental results demonstrate that (1) FLEDGE provides strong privacy guarantees for model updates without sacrificing model utility; (2) FLEDGE can successfully mitigate different poisoning attacks without degrading the performance of the global model; and (3) FLEDGE offers unique reward mechanisms to promote benign behavior during model training and/or model aggregation.

Open access
2 source records
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Privacy, Security, and Data Protection
Original source
Oct 2, 2023·Universitat Politècnica de Catalunya
0 cites
Coercion-resistant cast-as-intended verifiability in electronic voting systems

Tamara Finogina

(English) One of the most common fears regarding electronic voting is that a voting device will disregard the voter's intent and cast a different vote instead. An undetectable attack like that on a large scale will allow the adversary to control the election result completely. Therefore, the cast-as-intended verification, which ensures that the ballot contains the voter's choice and not something else, is crucial. Another common fear when introducing electronic voting is coercion, which captures a variety of ways the coercer can use to prevent voters from expressing their will. Hence, coercion resistance is a valuable property of electronic voting as well. One particularly challenging task is to find a trade-off between ensuring a voter cannot be coerced and, at the same time, preventing a malicious voting device from cheating. This thesis explores this trade-off to find how we can provide coercion-resistant cast-as-intended verification. The contributions can be roughly divided into three parts: (1) study in the standard settings, (2) exploration of post-quantum cryptography, and (3) practical constructions and search for the limitations of both properties. In the first part, we give an extensive overview of the current state of the art in electronic voting literature regarding those properties. Then, we put forward two formal definitions for achieving coercion-resistant cast-as-intended verification in settings without pre-exchanged data. After that, we present two practical constructions and prove their security under the proposed definitions. We also show the efficiency of our proposals by providing proof of the concept implementations. In the second part, we switch to post-quantum settings and identify the usability issues rooted in the lattice-based math affecting both proposed solutions. To address those issues, we present a generic transformation that departs from an interactive zero-knowledge system (that might require multiple re-runs to complete the protocol) and obtains a 3-move zero-knowledge system (without re-runs). The transformation combines the well-known Fiat-Shamir technique with several initially exchanged messages. The resulting 3-move system enjoys honest-verifier zero-knowledge and can be easily turned into a fully deniable proof using standard methods. In the final part, we focus on the practical aspects of the coercion-resistant cast-as-intended verification. First, we present the case of a computationally limited voter, which we consider the most realistic. We show that even a computationally limited voter can enjoy coercion-resistant cast-as-intended verification, but a help of a simple aid device for nonce generation is required. Also, we demonstrate that our generic definition easily adapts to the constraints of the limited voter. After that, we present ongoing work that focuses on the cases of extreme coercion based on new and unexplored mechanisms such as delay encryption and blockchain. We show an advanced coercive attack on our first construction and describe an improvement to the second solution that reduces the number of interactions to an optimal three rounds. To summarize, we start by studying coercion-resistant cast-as-intended verification in standard settings, which results in formal definitions and two practical solutions. Then we move into the post-quantum world, where we learn that an extra step is needed to preserve the usability of our previously proposed constructions, which results in the generic transformation to avoid protocol re-runs. After that, we concentrate on a computationally limited voter, which leads to another simple solution and shows the adaptability of our original definitions. Finally, we explore the extreme coercion threats, which result in a new coercion attack on the first construction and upgrade of the second solution. (Català) Una de les preocupacions més comunes pel que fa al vot electrònic és que el dispositiu de votació no tingui en compte la intenció del votant i emeti un vot diferent. Un atac com aquest, si no fos detectable, a gran escala permetria a l'adversari controlar completament el resultat electoral. Per tant, és crucial permetre la propietat de verificació de la intenció del vot emès, la qual garanteix que la papereta contingui la intenció del votant i no una altra cosa. Una altra preocupació és la coacció, que engloba una varietat de maneres que el coaccionador pot utilitzar per obligar que els votants expressin la seva voluntat. La prevenció de la coacció també és una propietat valuosa del vot electrònic .Una tasca especialment difícil és trobar un compromís entre assegurar que un votant no pot ser coaccionat i, al mateix temps, evitar que un dispositiu de vot compromès faci trampes. Aquesta tesi analitza aquesta problemàtica; les contribucions de la tesi es poden dividir en tres parts: (1) estudi de les configuracions d’escenaris de vot estàndards, (2) exploració de la criptografia post-quàntica i (3) construccions pràctiques i cerca de les limitacions d'ambdues propietats. A la primera part, donem una visió general de l'estat actual de la literatura sobre el vot electrònic relacionada a aquestes propietats. A continuació, proposem dues definicions formals per assolir una verificació resistent a la coacció de la intenció del vot emès, en escenaris on no existeix un intercanvi de dades previ. Després, presentem dues propostes pràctiques i demostrem la seva seguretat sota les definicions proposades. També mostrem l'eficàcia de les nostres propostes implementant proves de concepte A la segona part, canviem a l’escenari post-quàntic amb matemàtiques basades en reticles i identifiquem els problemes d'usabilitat que afectarien ambdues solucions proposades en aquest nou escenari. Per solucionar-los, presentem una transformació genèrica que parteix d'un sistema interactiu de coneixement nul (que podria requerir múltiples re-execucions per completar el protocol) i que obté un sistema de coneixement nul de 3 moviments (sense re-execucions). La transformació combina la coneguda tècnica Fiat-Shamir amb diversos missatges intercanviats inicialment. A la part final, ens centrem en els aspectes pràctics de la verificació resistent a la coacció de la intenció del vot emès. En primer lloc, presentem el cas d'un votant limitat computacionalment, que considerem el més realista. Mostrem que fins i tot un votant amb limitacions computacionals pot gaudir d'una verificació resistent a la coacció de la intenció del vot emès, però requereix l'ajuda d'un dispositiu senzill per a la generació d’una prova. A més, demostrem que la nostra definició genèrica s'adapta fàcilment a les limitacions del votant. Després d'això, presentem un treball recent que se centra en els casos de coacció extrema basats en mecanismes nous i poc explorats com ara el xifrat amb retard i la cadena de blocs. Mostrem un atac coercitiu avançat a la nostra primera proposta genèrica i descrivim una millora de la segona que redueix el nombre d'interaccions a tres rondes òptimes. Com a resum, comencem estudiant la verificació resistent a la coacció de la intenció del vot emès en entorns criptogràfics estàndard, que dóna lloc a definicions formals i dues solucions pràctiques. Aleshores ens movem al món de la criptografia post-quàntica, on cal un pas addicional per preservar la usabilitat de les dues solucions proposades anteriorment: una transformació genèrica per evitar repeticions del protocol. Després d'això, ens concentrem en un votant computacionalment limitat, que condueix a una altra solució senzilla i mostra l'adaptabilitat de les nostres definicions originals. Finalment, explorem les amenaces de coacció extremes, que donen lloc a un nou atac de coerció a la primera solució i a una actualització de la segona solució.

Open access
Cryptography and Data Security
Internet Traffic Analysis and Secure E-voting
Privacy-Preserving Technologies in Data
Original source
Oct 1, 2023·2023 IEEE International Conference on Systems, Man, and Cybernetics (SMC)
7 cites
TDID: Transparent and Efficient Decentralized Identity Management with Blockchain

Jiakun Hao, Jianbo Gao, Peng Xiang, Jiashuo Zhang · 7 authors

Decentralized identity (DID) is an identity management framework aiming to return the ownership of an identity to its corresponding user. Recent studies propose to store the identifiers of DID issuers and implement identity management systems based on blockchain. However, existing systems cannot avoid identity tampering and verifiable credential abuse of decentralized identities, which makes the identity management opaque. In this paper, we propose TDID, a Transparent and efficient Decentralized IDentity management system with blockchain. The key insight behind TDID is to manage the registration and authentication of DIDs via smart contracts, and design Structured Merkle Patricia Tree (SMPT) as an underlying data structure to store identity data on blockchain. The smart contract based processes can improve transparency of decentralized identity management, while the SMPT data structure can realize efficient storage of DID data. We implement and evaluate TDID on different identity management operations, and the experimental results show that TDID can achieve about 3.1 times for write operation and 6.3 times for read operation while improving the transparency of DID management.

Blockchain Technology Applications and Security
Cryptography and Data Security
Privacy-Preserving Technologies in Data
Original source
Oct 1, 2023·IEEE Wireless Communications
11 cites
Energy-Efficient Distributed Learning and Sharding Blockchain for Sustainable Metaverse

Peng Wang, Lan Wei, Wen Sun, Haibin Zhang · 5 authors

Nowadays, researchers have started to conceptualize Metaverse with the vision of constituting a fully immersive, hyper spatiotemporal, and persistent interconnected virtualized world. Such network evolution poses sustainability concerns due to its enabling technologies, such as compute-intensive Artificial Intelligence (AI) and energy-consuming blockchain. Combining distributed learning and blockchain shows great potential to solve the energy efficiency issues in Metaverse through secure resource scheduling and decentralization of computing. However, with the expansion of the Metaverse scale, the increased energy consumption and storage of blockchain are still intolerable. Sharding blockchain becomes a feasible solution to efficiently improve energy efficiency and scalability by dividing blockchain into multiple smaller groups called shards. Toward this end, we have proposed a sustainable Metaverse architecture, combining distributed learning and sharding blockchain to tackle the energy efficiency challenges. The proposed sharding mechanism with incentive achieves the parallelization of computing and storage in Metaverse, while guaranteeing the security and activity of distributed learning. Numerical results show that the proposed framework improves energy efficiency and eases pressure on data storage.

Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Privacy-Preserving Technologies in Data
Original source
Sep 29, 2023·Journal of Knowledge Learning and Science Technology ISSN 2959-6386 (online)
29 cites
Data Guardianship: Safeguarding Compliance in AI/ML Cloud Ecosystems

Samir Vinayak Bayani, Sanjeev Prakash, Lavanya Shanmugam

AI has found widespread application across various sectors, including security, healthcare, finance, and national defense. However, alongside its transformative advancements, there has been an unfortunate trend of malicious exploitation of AI capabilities. Concurrently, the rapid evolution of cloud computing technology has introduced cloud-based AI systems. Regrettably, vulnerabilities inherent in cloud computing infrastructure also pose risks to the security of AI services. We observe that the integrity of training data is pivotal, as any compromise therein directly impacts the efficacy of AI systems. Against this backdrop, we assert the paramount importance of preserving data integrity within AI systems. To address this imperative, we propose a data integrity architecture guided by the National Institute of Standards and Technology (NIST) cyber security framework. Leveraging block chain technology and smart contracts emerges as a fitting solution to tackle integrity challenges, owing to their characteristics of shared and decentralized ledgers. Smart contracts facilitate automated policy enforcement, enable continuous monitoring of data integrity, and mitigate the risk of data tampering.

Open access
Cloud Data Security Solutions
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Original source
Sep 26, 2023·Journal of Computer Security
7 cites
Securing blockchain-based timed data release against adversarial attacks1

Jingzhe Wang, Balaji Palanisamy

Timed data release refers to protecting sensitive data that can be accessed only after a pre-determined amount of time has passed. While blockchain-based solutions for timed data release provide a promising approach for decentralizing the process, designing an attack-resilient timed-release service that is resilient to malicious adversaries in a blockchain network is inherently challenging. A timed-release service on a blockchain network is inevitably exposed to the risk of post-facto attacks where adversaries may launch attacks after the data is released in the blockchain network. Existing incentive-based solutions for timed data release in Ethereum blockchains guarantee protection under the assumption of a fully rational adversarial environment in which every peer acts rationally. However, these schemes fail invariably when even a single participating peer node in the protocol starts acting maliciously and deviates from the rational behavior. In this paper, we propose a systematic solution for attack-resilient and practical blockchain-based timed data release in a mixed adversarial environment, where both malicious adversaries and rational adversaries exist. We first propose an effective uncertainty-aware reputation measure to capture the behaviors of the peer involved in timed data release activities in the network. In light of such a measure, we present the design of a basic protocol that consists of two critical ingredients, namely reputation-aware peer recruitment and verifiable enforcement protocols. The former, prior to the start of the enforcement protocols, performs peer recruitment based on the reputation measure to make the design probabilistically attack-resilient to the post-facto attacks. The latter is responsible for contractually guarding the recruited peers at runtime by transparently reporting observed adversarial behaviors. However, the basic recruitment design is only aware of the reputation of the peers and it does not consider the working time schedule of the participating peers and as a result, it results in lower attack-resilience. To enhance the attack resilience further without impacting the verifiable enforcement protocols, we propose a temporal graph-based reputation-aware peer recruitment algorithm that carefully determines the peer recruitment plan to make the service more attack-resilient. In our proposed approach, we formally capture the timed data release service as a temporal graph and we develop a novel maximal attack-resilient path-finding algorithm on the temporal graph for the participating peers. We implement a prototype of the proposed approach using Smart Contracts and deploy it on the Ethereum official test network, Rinkeby. For extensively evaluating the proposed techniques, we perform simulation experiments to validate the effectiveness of the reputation-aware timed data release protocols as well as our proposed temporal-graph-based improvements. The results demonstrate the effectiveness and strong attack resilience of the proposed mechanisms and our approach incurs only a modest gas cost.

Open access
Blockchain Technology Applications and Security
Cryptography and Data Security
Privacy-Preserving Technologies in Data
Original source
Sep 25, 2023·International Journal of Environmental Research and Public Health
17 cites
BioChainReward: A Secure and Incentivised Blockchain Framework for Biomedical Data Sharing

Mahmoud Elkhodr, Ergun Gide, Omar Darwish, Shorouq Al-Eidi

In the era of digital healthcare, biomedical data sharing is of paramount importance for the advancement of research and personalised healthcare. However, sharing such data while preserving user privacy and ensuring data security poses significant challenges. This paper introduces BioChainReward (BCR), a blockchain-based framework designed to address these concerns. BCR offers enhanced security, privacy, and incentivisation for data sharing in biomedical applications. Its architecture consists of four distinct layers: data, blockchain, smart contract, and application. The data layer handles the encryption and decryption of data, while the blockchain layer manages data hashing and retrieval. The smart contract layer includes an AI-enabled privacy-preservation sublayer that dynamically selects an appropriate privacy technique, tailored to the nature and purpose of each data request. This layer also features a feedback and incentive mechanism that incentivises patients to share their data by offering rewards. Lastly, the application layer serves as an interface for diverse applications, such as AI-enabled apps and data analysis tools, to access and utilise the shared data. Hence, BCR presents a robust, comprehensive approach to secure, privacy-aware, and incentivised data sharing in the biomedical domain.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Privacy-Preserving Technologies in Data
Original source
Sep 25, 2023·IEEE Internet of Things Journal
58 cites
Blockchain-Based Trust Management Model for Vehicular Ad Hoc Networks

Junhui Zhao, Fanwei Huang, Longxia Liao, Qingmiao Zhang

Although vehicular ad hoc networks (VANETs) significantly enhance traffic convenience, the propagation of erroneous information by malicious vehicles remains a challenging issue. To maintain message reliability, it is crucial to establish a trust management model that can promptly detect malicious vehicles and identify false messages. This article presents a novel trust management model based on blockchain, machine learning, and active detection technology. In the proposed model, we designed a trust evaluation scheme to evaluate the credibility by calculating the direct and indirect trust of the vehicle. To achieve this goal, we use active detection technology to detect indirect trust in vehicles, and then store it in the blockchain. The direct trust of the vehicle is calculated using a Bayesian classifier. The use of active detection technology speeds up the process of filtering out malicious vehicles. Machine learning technology simplifies the complex iterations involved in computing the trust value. Finally, the use of blockchain ensures the consistency and tamper-proofing of the trusted data. The simulation outcomes demonstrate that our approach outperforms the present trust management models.

Vehicular Ad Hoc Networks (VANETs)
Privacy-Preserving Technologies in Data
Autonomous Vehicle Technology and Safety
Original source
Sep 25, 2023·arXiv
5 cites
Secure Decentralized Learning with Blockchain

Xiaoxue Zhang, Yifan Hua, Chen Qian

Federated Learning (FL) is a well-known paradigm of distributed machine learning on mobile and IoT devices, which preserves data privacy and optimizes communication efficiency. To avoid the single point of failure problem in FL, decentralized federated learning (DFL) has been proposed to use peer-to-peer communication for model aggregation, which has been considered an attractive solution for machine learning tasks on distributed personal devices. However, this process is vulnerable to attackers who share false models and data. If there exists a group of malicious clients, they might harm the performance of the model by carrying out a poisoning attack. In addition, in DFL, clients often lack the incentives to contribute their computing powers to do model training. In this paper, we proposed Blockchain-based Decentralized Federated Learning (BDFL), which leverages a blockchain for decentralized model verification and auditing. BDFL includes an auditor committee for model verification, an incentive mechanism to encourage the participation of clients, a reputation model to evaluate the trustworthiness of clients, and a protocol suite for dynamic network updates. Evaluation results show that, with the reputation mechanism, BDFL achieves fast model convergence and high accuracy on real datasets even if there exist 30\% malicious clients in the system.

Open access
2 source records
cs.CR
cs.LG
Privacy-Preserving Technologies in Data
Original source