Yiming Li, Shengli Liu
No abstract is available for this record.
Follow blockchain research across journals, conferences, and preprint repositories.
4,228 results · page 101 of 177
Yiming Li, Shengli Liu
No abstract is available for this record.
T. O. Horelikova, С. В. Чопоров
Blockchain technology refers to a chain of blocks constructed according to certain rules, where each block contains information about its own hash sum and the hash sum of the previous block. This organization of records in storing information allows preventing unauthorized alterations, as any change in data in any of the blocks requires changing the hash sums of the entire data chain. Among the advantages of information protection methods based on blockchain technology are security, decentralization, traceability, immutability, automation, and interaction. Blockchain technology enables a secure and interference-resistant method of data storage and transmission, as data is stored in blocks linked together in a chain. This complicates unauthorized users’ attempts to alter data or access it without permission. This article presents the results of research on the use of blockchain technology methods to address the issue of protecting information from tampering. The research conducted in this study analyzes various aspects of blockchain technology, including data structures, programs, legal implications, supply chain management, digital signatures, public key cryptography, and zero-knowledge proofs. Methods such as hashing, digital signature operations, public key cryptography, and zero-knowledge proofs are used to protect data in blockchain. These methods ensure the security, confidentiality, and efficiency of data processing, but the performance of their implementations depends on the selected software and hardware. Additionally, these mentioned methods have their specific vulnerabilities to cyberattacks.
Tomer Ashur, Thomas Buschman, Mohammad Mahzoun
No abstract is available for this record.
Vladimir Popov, Mikhail Krupin, Andrew Gross, Georgi Koreli
New advancements in zero-knowledge proof construction, including improvements in user experience, have made blockchain-based privacy applications more accessible than ever.However, additional measures are required to balance the needs of regulators, the basic privacy rights of users, and the constant threat of bad actors.To address these issues, privacy protocols can introduce features designed to increase transparency, encourage compliance, and prevent illicit use.In this paper, current privacy-preserving methods (privacy pools) are explained along with compliance measures designed to prevent illicit usage.These measures are divided into three broad categories: general restrictions, such as transaction limits, deposit quarantine, and geoblocking; selective disclosure, such as privacy-preserving KYC, proof of innocence, and opt-in reporting; and threat identification and prevention, including AML wallet screening.Each of these methods are described in detail along with examples of three privacypreserving protocols (Hinkal, RAILGUN, and zkBob) which utilize varying combinations of these methodologies to achieve privacy informed by selfregulatory compliance.
Le Gao, Junzhe Zhang, Jiaxin Yu, Yin Tang · 5 authors
<abstract><p>The rapid development of blockchain transactions highlights the importance of privacy protection (including anonymity and confidentiality) and underscores the necessity for auditability. Some schemes, such as PGC and Miniledger, support privacy protection and auditability. However, they only offer incomplete privacy protection (i.e., supporting anonymity or confidentiality exclusively). In response to these issues, we propose a scheme that achieves partial anonymity, confidentiality, auditability, and traceability. By integrating a variant of Pedersen commitments and randomizable signatures, we achieve partial anonymity for users and the auditability of transactions, thereby protecting user privacy under audit conditions. Based on the twisted ElGamal encryption algorithm and specially constructed zero-knowledge proofs, we achieve confidentiality of transaction amounts under legal and regulatory conditions. System test results indicate that this scheme effectively meets the above requirements. The feasibility of this scheme is confirmed through system testing, comparative analysis, and security analysis.</p></abstract>
Yurong Luo, Wei You, Chao Shang, Xiongpeng Ren · 6 authors
The dynamic landscape of the Internet of Things (IoT) is set to revolutionize the pace of interaction among entities, ushering in a proliferation of applications characterized by heightened quality and diversity. Among the pivotal applications within the realm of IoT, as a significant example, the Smart Grid (SG) evolves into intricate networks of energy deployment marked by data integration. This evolution concurrently entails data interchange with other IoT entities. However, there are also several challenges including data-sharing overheads and the intricate establishment of trusted centers in the IoT ecosystem. In this paper, we introduce a hierarchical secure data-sharing platform empowered by cloud-fog integration. Furthermore, we propose a novel non-interactive zero-knowledge proof-based group authentication and key agreement protocol that supports one-to-many sharing sets of IoT data, especially SG data. The security formal verification tool shows that the proposed scheme can achieve mutual authentication and secure data sharing while protecting the privacy of data providers. Compared with previous IoT data sharing schemes, the proposed scheme has advantages in both computational and transmission efficiency, and has more superiority with the increasing volume of shared data or increasing number of participants.
Iván Abellán Álvarez, Marvin Ehaus, Muriel-Larissa Frank, Johannes Sedlmeir
No abstract is available for this record.
Rachel Anne B. Balagbis, Orven E. Llantos
The increased internet usage after the pandemic led the UN Forum to improve cybersecurity measures, with zero-knowledge proofs (ZKP) being a viable solution for securing confidential information. ZKP protocols can be demonstrated through the binary puzzle, an NP-complete logic puzzle with four specific constraints. The key contribution of this paper is its successful implementation of the genetic algorithm as a new method to solve the binary puzzle. The optimized fitness function determined the solution at an average of 1.33-2.33 generations for populations ranging from 100 to 500. Its quadratic property calculated the solution faster than the ordinary linear fitness function.
Arthur Carvalho, Chad Anderson, Liudmila Zavolokina
Information systems (IS) conferences, as venues for the introduction of new knowledge to the IS community, require effective peer review systems to evaluate submitted research for quality, validity, and originality. We argue in this paper that questionable practices and degrading review quality may arise without direct incentives beyond reviewer altruism to engage in the peer review process. In particular, we highlight potential issues with arguably common practices in some IS conferences, such as peer review invitations sent to researchers who have also submitted papers for publication consideration and the increasing number of reviews performed by graduate students. To address these issues, we suggest three solutions: 1) quid pro quo rules; 2) the use of incentive-compatible methods whose scores are linked to relevant rewards; and 3) the use of blockchain-based tokens in tandem with smart contracts and zero-knowledge proofs. We conclude by offering directions the IS community can take to further study the highlighted issues and implement the proposed solutions.
Omar Ahmed, Charles Gouert, Nektarios Georgios Tsoutsos
Cloud computing has been a prominent technology that allows users to store their data and outsource intensive computations. However, users of cloud services are also concerned about protecting the confidentiality of their data against attacks that can leak sensitive information. Although traditional cryptography can be used to protect static data or data being transmitted over a network, it does not support processing of encrypted data. Homomorphic encryption can be used to allow processing directly on encrypted data, but a dishonest cloud provider can alter the computations performed, thus violating the integrity of the results. To overcome these issues, we propose PEEV (Parse, Encrypt, Execute, Verify), a framework that allows a developer with no background in cryptography to write programs operating on encrypted data, outsource computations to a remote server, and verify the correctness of the computations. The proposed framework relies on homomorphic encryption techniques as well as zero-knowledge proofs to achieve verifiable privacy-preserving computation. It supports practical deployments with low performance overheads and allows developers to express their encrypted programs in a high-level language, abstracting away the complexities of encryption and verification.
Eric Alston, Sofia Cossar
No abstract is available for this record.
C. Wang, Wei Wu, Fulong Chen, Hong Shu · 9 authors
Blockchain is commonly employed in access control to provide safe medical data exchange because of the characteristics of decentralization, nontamperability, and traceability. Patients share personal health data by granting access rights to users or medical institutions. The major purpose of the existing access control techniques is to identify users who are permitted to access medical data. They hardly ever recognize internal assailants from legitimate entities. Medical data will involve multilayer access within the authorized organizations. Considering the cost of permissions management and the problem of insider malicious node attacks, users hope to implement authorization constraints within the authorized institutions. It can prevent their data from being maliciously disclosed by end‐users from different authorized healthcare domains. For the purpose to achieve the fine‐grained permissions propagation control of medical data in sharing institutions, a trust‐based authorization access control mechanism is suggested in this study. Trust thresholds are assigned to different privileges based on their sensitivity and used to generate zero‐knowledge proof to be broadcasted among blockchain nodes. This method evaluates the trust of each user through the dynamic trust calculation model. And meanwhile, smart contract is employed to verify whether the user’s trust can activate some permissions and ensure the privacy of the user’s trust in the process of authorization verification. In addition, the authorization transaction between users and institutions is recorded on the blockchain for patient traceability and accountability. The feasibility and effectiveness of the scheme are demonstrated through comprehensive comparisons and extensive experiments.
Subhasis Thakur, John G. Breslin
Verification of a deep neural network is required as large DNN models are used in machine learning as a service procedure where the server providing a classification service may be insecure and provide invalid classifications. A verification of deep neural networks in a machine learning as a service paradigm requires verification of function evaluation for all functions of a DNN model given a specific input where the service provider and the server do not want to reveal the DNN model to the client. In this paper, we investigate the privacy-preserving verification problem of the DNN model with zero-knowledge proofs. We have developed a KGZ polynomial commitment scheme based on zero-knowledge proof for such DNN verification. We present an efficient DNN verification using KGZ zero-knowledge proof. We have developed a batch-processing algorithm that can significantly reduce the number of function evaluation verifications. We also prove that a malicious server may not manipulate the proposed verification protocol.
Md. Mainul Islam, Hoh Peter In
Auditability, privacy, transparency, and resiliency are four essential properties of a central bank digital currency (CBDC) system. However, it is difficult to satisfy these properties at once. This issue has become a crucial challenge to ongoing CBDC projects worldwide. In this article, we propose a novel unspent transaction output (UTXO) model, which offers auditable, privacy-preserving, transparent CBDC payments in a consortium blockchain network. The proposed model adopts a high-speed, non-interactive zero-knowledge proof scheme named zero-knowledge Lightweight Transparent ARgument of Knowledge (zk-LTARK) scheme to verify the ownership of UTXOs. The scheme provides low-latency proof generation and verification while maintaining 128-bit security with a smaller proof size. It also provides memory-efficient, privacy-preserving multi-party computation and multi-signature protocols. By using zk-LTARKs, users do not require numerous private–public key pairs to preserve privacy, which reduces risks in key management. Decentralized identifiers are used to authenticate users without interacting with any centralized server and avoid a single point of failure. The model was implemented in a customized consortium blockchain network with the proof-of-authority consensus algorithm.
Zhedong Wang, Qiqi Lai, Feng-Hao Liu
No abstract is available for this record.
Shuming Xiong, P.S. Chen, Shu-Sheng Ge, Qiang Ni
The requirements for large amounts of data have promoted the rapid emergence of an industry for trading data. However, the current one-to-one trading constraints in the existing data trading schemes lead to low security and low efficiency. To tackle the challenges, a novel one-to-many distributed data trading scheme is proposed based on blockchain, which enables a data seller to sell one piece of data to multiple data buyers simultaneously, saving storage resources and computing resources significantly. Firstly, some new smart contracts are devised for two decentralized applications. Then, attribute-based searchable encryption technology is proposed to establish a data circulation scheme that realizes end-to-end encryption of data and ensures data security and highly efficient access. Finally, an inspection mechanism based on zero-knowledge proof and a pricing strategy based on the Stackelberg game are designed to guarantee fairness in trading and maximize revenue. The experiment results show that, in comparison to one-to-one trading, the high efficiency of this data trading scheme gradually emerges as the number of buyers (n) is greater than 2, and the run time is less than 1/10 of the former when n =35. Furthermore, the pricing strategy can enable buyers and sellers to obtain more revenue when$\text {n} \gt 4$.
Katrin Tinn
This paper considers introducing asymmetric privacy in the design of central bank digital currencies (CBDC) and digital currencies more generally to preserve the privacy of money spent while keeping the benefits of digital records for money received. It is shown that this feature would help minimize real distortions between consumers, firms, and financiers while enabling tax optimization and better access to external financing. Protecting the privacy of consumers is desirable from a welfare and efficiency standpoint as long as there exist noticeable privacy concerns. Implementing asymmetric privacy is technologically feasible, using, for instance, zero-knowledge proofs or other privacy tools. This paper has been accepted by Lin William Cong for the Virtual Special Issue on Digital Finance. Supplemental Material: The online appendix is available at https://doi.org/10.1287/mnsc.2024.06830 .
Claudia Bartoli, Ignacio Cascudo
No abstract is available for this record.
Anaïs Barthoulot, Olivier Blazy, Sébastien Canard
No abstract is available for this record.
Dario Elias Félix de Oliveira Rodrigues
This article explores the ethical dilemmas propelled by a significant shift in the allocation of trust and intelligence due to blockchain technology and AI, resulting in a notable decrease in transaction costs. The ethical and political implications of democratizing the resulting productivity gains are noteworthy, and while the pie is expanding, how its slices are distributed remains an open question. Enter Worldcoin, an innovative worldwide initiative that creates an identity system based on proof of personhood and zero-knowledge proofs (ZKP) to provide everyone with a distinct and anonymous "World ID. Using the author's “cyberethics-mix" framework, this paper examines the possible implications of such a system concerning data's protection, ownership, accuracy, and accessibility, underscoring the ethical significance of a political approach emphasizing inclusivity and sustainability through digital decentralization.
Qiang Tang, Vanessa Teague
No abstract is available for this record.
Apurva K. Vangujar, Buvana Ganesh, Alia Umrani, Paolo Palmieri
This article presents a novel e-voting scheme that combines Group Identity-based Identification (GIBI) with Homomorphic Encryption (HE) based on the discrete logarithmic assumption. The proposed scheme uses the Schnorr-like GIBI scheme for voter identification and authorization using zero-knowledge proofs to ensure the anonymity and eligibility of voters. The voter$\textsf {v}_{i,j}$is granted the authorization to cast a valid vote for a single candidate$\textsf {C}_{k}$. The use of distributed ElGamal provides fairness while the use of partial shares for decryption enables individual and universal verifiability without the need for a central authority. The proposed scheme is secure under various scenarios and robust in the random oracle model. The GIBI-HE scheme offers a promising solution for e-voting, providing a sustainable and accessible environment for voters while supporting the unreusability of votes and protecting the privacy of voters.
Harry W. H. Wong, P. K. Jack, Sherman S. M. Chow
Threshold signatures, notably ECDSA, are fundamental for securing decentralized applications.Their non-linear structure poses challenges in distributed signing, often tackled by pairwise multiplicative-to-additive share conversion, leading to O(n) communication and O(n 2 ) verification costs for each of n signers.Moreover, most schemes lack robustness, necessitating a complete restart upon fault.A pioneering work by Wong et al. (NDSS '23) still requires rolling back to the preceding round to resume signing after another round to convince all other signers.We revisit secure multiparty computation from threshold linearly homomorphic encryption (LHE).Realizing its public verifiability and fault recovery, we encompass two technical contributions to Castagnos-Laguillaumie LHE (CT-RSA '15): a 2-round robust distributed key generation (DKG) protocol in the dishonest majority setting and an accompanying zero-knowledge proof allowing extraction in an unknown-order group.We extend the DKG with dual-code-based verification (ACNS '17), upgrading its O(tn 2 )-cost private verifiability to an O(n 2 ) public one.Built on our DKG, we present the first threshold ECDSA protocol with O(1) communication and O(n) verification perparty costs while matching the lowest round complexity of nonrobust schemes (CCS '20).Empirically, we halve the computation and communication costs of the signing phase compared to stateof-the-art robust threshold ECDSA (NDSS '23).We also illustrate the versatility of our techniques with an improved threshold extension (IEEE S&P '23) of BBS+ signatures (IEEE Syst.J. '13).
Lennart Braun, Guilhem Castagnos, Ivan Damgård, Fabien Laguillaumie · 7 authors
We present distributed key generation and decryption protocols for an additively homomorphic cryptosystem based on class groups, improving on a similar system proposed by Braun, Damgård, and Orlandi at CRYPTO ‘23. Our key generation is similarly constant round but achieves lower communication complexity than the previous work. This improvement is in part the result of relaxing the reconstruction property required of the underlying integer verifiable secret sharing scheme. This eliminates the reliance on potentially costly proofs of knowledge in unknown order groups. We present a new method to batch zero-knowledge proofs in unknown order groups which strengthens these improvements. We also present a protocol which is proven secure against adaptive adversaries in the single inconsistent player (SIP) model. Our protocols are secure in the universal composability (UC) framework and provide guaranteed output delivery. We demonstrate the relative efficiency of our techniques by presenting the running times and communication costs associated with our implementation of the statically secure protocol and provide a direct comparison with alternate state of the art constructions.