Blockchain Papers

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

8,503 papersLast indexed Aug 31, 2026
Search papers

Paper index

8,503 results · page 220 of 355

Clear filters
Jul 15, 2021·Russian Journal of Philosophical Sciences
0 cites
Contradiction as a Positive Property of the Mind: 90 Years of Gödel’s Argument

Dmitriy V. Vinnik

The article discusses the V.V. Tselishchev’s original and unique systematic study of the specific and extremely complicated problems of Gödel results regarding the question of artificial intelligence essence. Tselishchev argues that the reflexive property should be considered not only as an advantage of human reasoning, but also as an objective internal limitation that appears in case of adding Gödel sentence to a theory to build a new theory. The article analyzes so-called mentalistic Gödel’s argument for fundamental superiority of human intelligence over machine one and the non-algorithmic nature of natural thinking. The discussion about the Gödel argument is not entirely speculative, but contains new knowledge. An example of such knowledge are the results of R. Smullyan levels of computers “awareness,” which are may be interpreted in a psychophysical sense. The concept of “zero level of intelligence” is proposed for such a reflexive property as “awareness of selfconsciousness.” Reflexive ranks below the awareness of self-consciousness can be considered negative levels of thinking in the sense that the intelligence, being reduced to them, significantly loses its completeness. Even self-consciousness turns out to be a negative level of thinking, since, according to Smullyan, the subject of self-consciousness is unaware of the type of thought to which he belongs. A thought experiment is proposed that allows us to establish the distribution of the properties of Smullyan stability and normality and to answer the question “Does an intuitive belief in the truth of a formal proof affect the truth of a proposition being proved?” According to intuitionism, the most unpleasant epistemic property is instability: beliefs that are not based on deep intuitions have no value. According to the constructivist philosophy of mathematics, instability is a less negative property than abnormality: the fact that high-ranking beliefs cannot be immersed to the very foundations is not significant because violation of truth due to lowering the rank of reflection is not critical.

Open access
Computability, Logic, AI Algorithms
Scientific Research and Philosophical Inquiry
Original source
Jul 14, 2021·Institute of Electrical and Electronics Engineers (IEEE)
0 cites
Fast Mutual Authentication Using RSA Moduli

А. В. ĐĐœĐžŃĐžĐŒĐŸĐČ, Andrey Novokshonov

We describe a fast three-round mutual authentication protocol for parties A and B belonging to the same coalition group. Parties A and B keep their own independent long-term private keys that are used in the process of authentication and can be used for other purposes. The scheme assumes an initial setup with a trusted third party T. This party initiates another secret information that includes factors of a large RSA modulus. For authentication, both parties must demonstrate each other the knowledge of their private keys without revealing them and the ability to factorize a large RSA modulus. Thus, the protocol based on the suggested scheme provides reciprocal authentication. The scheme possesses all desirable properties of an interactive proof, i.e., completeness, soundness, and zero-knowledge. The security of the protocol relies on assumptions of difficulty of the RSA factorization and existence of a cryptographic hash function.

Open access
2 source records
Advanced Authentication Protocols Security
Cryptography and Data Security
User Authentication and Security Systems
Original source
Jul 12, 2021·2021 IEEE International Symposium on Information Theory (ISIT)
8 cites
Zero-Knowledge Reparation of the Véron and AGS Code-based Identification Schemes

Slim Bettaieb, LoĂŻc Bidoux, Olivier Blazy, Philippe Gaborit

Designing code-based signatures is both an important and challenging problem. A standard way to tackle it consists to use the Fiat-Shamir heuristic along with an identification scheme that is required to be zero-knowledge. The authors of [1] have highlighted an issue within the zero-knowledge proof of the Veron identification scheme [2]. It turns out that the zero-knowledge proof of the AGS protocol [3] is impacted in a similar way. In this paper, we present a masking technique that solves the aforementioned issue without inducing any performance penalty. We introduce the Masked Veron and Masked AGS protocols that both leverage this masking technique and provide their zero-knowledge proofs. In addition, we present a new technique improving the performances of signatures built from code-based identification schemes subject to the attack described in [4]. The Masked Veron and Masked AGS protocols feature all the existing performance improvements from the literature.

Cryptography and Data Security
Cryptographic Implementations and Security
Advanced biosensing and bioanalysis techniques
Original source
Jul 9, 2021·Scientia Sinica Informationis
3 cites
Distributed public key infrastructure scheme based on blockchain and decentralized undeniable attribute-based signature

ć’Œæ˜• èą, 癟焄 战, æ”·æ–Œ 阚, æłœćź 陈

A flexible and effective identity system scheme has always been one of the core needs of the information age. Traditional centralized public key infrastructure has a number of flaws, and the present distributed public key infrastructure based on blockchain has a number of issues with performance, resilience, non-repudiation, identity flexibility, and other factors. This paper innovatively combines blockchain with decentralized undeniable attribute-based signatures and proposes a novel distributed public key infrastructure, which uses threshold algorithms and attribute-based signatures for fine-grained management of identities; the paper also introduces non-interactive zero-knowledge proof to make the certificate undeniable and uses the blockchain consensus mechanism to synchronize the certificate library to achieve distributed identity authentication. Through experimental modeling and analysis combined with specific scenarios' actual landing demand, this article indicates that the solution is adequate in terms of security and usability.

Cryptography and Data Security
Cloud Data Security Solutions
Privacy-Preserving Technologies in Data
Original source
Jul 9, 2021·arXiv (Cornell University)
2 cites
Darlin: Recursive Proofs using Marlin

Ulrich Haböck, Alberto Garoffolo, Daniele Di Benedetto

This document describes Darlin, a succinct zero-knowledge argument of knowledge based on the Marlin SNARK (Chiesa et al., Eurocrypt 2020) and the `dlog' polynomial commitment scheme from Bootle et al. EUROCRYPT 2016. Darlin addresses recursive proofs by integrating the amortization technique from Halo (IACR eprint 2019/099) for the non-succinct parts of the dlog verifier, and we adapt their strategy for bivariate circuit encoding polynomials to aggregate Marlin's inner sumchecks across the nodes the recursive scheme. We estimate the performance impact of inner sumcheck aggregation by about 30% in a tree-like scheme of in-degree 2, and beyond when applied to linear recursion.

Open access
2 source records
Cryptography and Data Security
Cryptographic Implementations and Security
Complexity and Algorithms in Graphs
Original source
Jul 7, 2021·arXiv (Cornell University)
15 cites
RoFL: Attestable Robustness for Secure Federated Learning.

Lukas Burkhalter, Hidde Lycklama, Alexander Viand, Nicolas KĂŒchler · 5 authors

Federated Learning is an emerging decentralized machine learning paradigm that allows a large number of clients to train a joint model without the need to share their private data. Participants instead only share ephemeral updates necessary to train the model. To ensure the confidentiality of the client updates, Federated Learning systems employ secure aggregation; clients encrypt their gradient updates, and only the aggregated model is revealed to the server. Achieving this level of data protection, however, presents new challenges to the robustness of Federated Learning, i.e., the ability to tolerate failures and attacks. Unfortunately, in this setting, a malicious client can now easily exert influence on the model behavior without being detected. As Federated Learning is being deployed in practice in a range of sensitive applications, its robustness is growing in importance. In this paper, we take a step towards understanding and improving the robustness of secure Federated Learning. We start this paper with a systematic study that evaluates and analyzes existing attack vectors and discusses potential defenses and assesses their effectiveness. We then present RoFL, a secure Federated Learning system that improves robustness against malicious clients through input checks on the encrypted model updates. RoFL extends Federated Learning's secure aggregation protocol to allow expressing a variety of properties and constraints on model updates using zero-knowledge proofs. To enable RoFL to scale to typical Federated Learning settings, we introduce several ML and cryptographic optimizations specific to Federated Learning. We implement and evaluate a prototype of RoFL and show that realistic ML models can be trained in a reasonable time while improving robustness.

Open access
Privacy-Preserving Technologies in Data
Cryptography and Data Security
Adversarial Robustness in Machine Learning
Original source
Jul 5, 2021·National Science Review
9 cites
Privacy-preserving computation in the post-quantum era

Yu Yu, Xiang Xie

This perspectives article surveys the most promising privacy-preserving cryptographic technologies including secure multiparty computation, zero-knowledge proofs and fully homomorphic encryption, and their various real-world applications.

Open access
Cryptography and Data Security
Complexity and Algorithms in Graphs
Privacy-Preserving Technologies in Data
Original source
Jul 1, 2021·Critical Quarterly
1 cites
To the Anxious Humanities Scholar

Joe Moran

You are a humanities scholar and you are worried. You fear that the humanities are increasingly seen as irrelevant, unnecessary and quaint. You may even have begun to internalise this view. In the face of intractable contemporary problems – global pandemics, economic crisis and a climate emergency – how can your work seem like anything other than an indulgence? You hear the constant, ambient noise of public and political hostility aimed at what you do. In January 2020 the prime minister’s chief adviser, Dominic Cummings (a humanities graduate, like the prime minister), wrote a long blog post calling for ‘weirdos and misfits with odd skills’ to apply for new jobs at No. 10 Downing Street. He made it clear that he was looking for data scientists, software developers, economists and policy experts, not ‘Oxbridge English graduates who chat about Lacan at dinner parties with TV producers’.11 Dominic Cummings, ‘Two Hands are a Lot’, at https://dominiccummings.com/2020/01/02/two-hands-are-a-lot-were-hiring-data-scientists-project-managers-policy-experts-assorted-weirdos/ (2 January 2020, accessed 1 May 2020). Later that month the University of Sunderland announced that it would be shutting down its history, languages and politics courses, and replacing them with more ‘career-focused and professions-facing’ alternatives. In February the University of Portsmouth revealed plans to make more than half its English department redundant, citing the declining number of applications in this subject. In June 2020 the Australian education minister, Dan Tehan, announced that his government wanted to double student fees for courses in the arts and humanities while cutting them for nursing, agriculture, maths, science and information technology. The aim was ‘to power our post-Covid economic recovery’ by sending out a ‘price signal’ to encourage people to study in areas of growth.22 ‘Job-Ready Graduates to Power Economic Recovery’, at https://ministers.dese.gov.au/tehan/job-ready-graduates-power-economic-recovery (accessed 25 June 2020). The UK government made similar noises about pricing mechanisms and ending funding for humanities courses considered poor value for money. In August 2020 the A-level marking controversy, and the subsequent scramble for university places, inspired much media comment about the glut of worthless degrees in second-rate institutions, again focusing on humanities subjects. ‘The universities are churning out far more graduates than our society requires,’ wrote one columnist, ‘particularly in subjects like the creative arts and communications that have little relevance to the workplace.’33 Leo McKinstry, ‘We Must End This Absurd Obsession to Gain a Degree’, Daily Express, 20 August 2020. See also Emma Duncan, ‘Many Degrees are a Waste of Time and Money’, The Times, 15 August 2020. The current right-wing critique of universities as indoctrination camps where students are ‘factory-farmed to have the same boring and malevolent views’ has focused its ire on humanities subjects.44 Douglas Murray, ‘Our Universities Have Become Indoctrination Camps’, Sunday Telegraph, 16 August 2020. No wonder that, after reading these signs and portents, you feel beleaguered and dispirited. You crave some encouragement and cheer, and a reminder of why you first fell in love with the texts you spend your life examining. You need a story that will convince others, and yourself, of the worth of your work. You may take heart from the knowledge that, while this particular crisis is new, the issues are old. ‘The humanities are at the cross-roads, at a crisis in their existence,’ the historian J.H. Plumb wrote in the introduction to his Pelican edited collection, Crisis in the Humanities, in 1964. ‘They must either change the image that they present, adapt themselves to the needs of a society dominated by science and technology, or retreat into social triviality.’55 J.H. Plumb, ‘Introduction’, in Plumb (ed.), Crisis in the Humanities (Harmondsworth: Penguin, 1964), 8. This permanent crisis of identity and legitimacy in the humanities arises partly out of definitional fuzziness. The humanities have often been defined against something else – and against which they can be found wanting. In the Renaissance the studia humanitatis were the secular subjects, such as rhetoric, philosophy and ancient Greek and Latin, and thus the opposite of the highest form of study, divinity. Then, from the mid-nineteenth century onwards, the humanities began to be defined in opposition to the physical sciences. At first they were the senior partner. Charles Darwin’s frequent biblical and literary allusions, and the elegance of his own writing, show how influenced he was by the humanities. But in the century after Darwin’s death, the sciences grew in confidence and prestige. The main character in Saul Bellow’s 1987 novel More Die of Heartbreak, a Russian literature specialist, feels as if he has been confined to ‘the nursery games of humankind, which had to be left behind when the age of science began’. The humanities, he thinks gloomily, ‘would be called upon to choose a wallpaper for the crypt, as the end drew near’.66 Saul Bellow, More Die of Heartbreak (London: Penguin, [1987] 2004), 239. More recently, the humanities have come to seem like the poor relation of STEM. STEM is an acronym now routinely repurposed as both noun and adjective (STEM skills, STEM subjects, STEM jobs). We forget how new the acronym is and sometimes even what it stands for (science, technology, engineering and mathematics). The OED gives its earliest mention in print as 1968 but notes that it is ‘rare before 21st cent.’ In fact it began to be used widely in the US in the late 1990s, in debates about skills shortages in high-tech jobs and access to work visas for immigrants skilled in these fields. In Britain it has become an article of faith among policy makers that investing in STEM is vital to economic growth, especially in areas like life sciences, pharmaceuticals, computer coding and electronic engineering. The embattled scholar of the humanities may be tempted to lash out defensively at this more glamorous sibling, STEM, who gets all the attention and In a and creative that ‘the humanities are The are The of is to the even if the the aim of science is to some in ‘The January from such We need a of the humanities that this of the sciences as and must with a that the humanities and sciences are of and of what the humanities is to how are not by but by as to make other the of STEM as an – of which is but all of which are a story about the The first is that are with other in a and are The is that the sciences and humanities are in a of if STEM is other subjects must be The is that a university is not of ‘the but a of students for that has value if it can be into something now on university courses value for with the main must be with on this of the university by the of a ‘the The was a of a of from the was that its main was for or The began as a it to to the in the of the century universities to be called University were increasingly to the of and began to be of in the the was to be one where behind ‘The The of a of and its for the of In the the as a as universities and more with the the when a of the a universities or university had a but in In Britain had the end of the with the of the the and the the number had to of The in the University In a that ‘the of universities to be and to their and more for were now for from the The for as a for before English and creative at the University of in that he in The is an more than a out that in his on he had had with on people from and people in some he ‘the university is a far more than The and on and The that universities need to students for a of which they are not is an of what the humanities the to make The humanities study the of and But their is this to make out of our study, in its – that with which all for has long considered the of the social sciences – that the economists in about how the In has been dominated by the story that are little of and This story has as a of the after the The was by the of which out to be that were themselves about how the The that the is in an a of such as and In the age of and other it be than that is a a for value than value a story – at faith in and how it is on the of The has with the of and of his that they were the of he were and not to a of or that and often become by their own in the like can and and and the and the of at (accessed of is – a of The humanities, the of which be to and of (London: The of the from our to these of made of and The for this is that these same become and other as are in their their of We their for are to make such even more – such as and – will to about where the and will more and more with and science will as and value as of the data are the about The humanities show how to these with and by out the it to be in a and is it to that can our as is economic and has it become an end in than a to an is work as a is the and why must to its a In a more than the has been a for in The of he that, if the were by our would have one of their the humanities. he from thus apply in the of who who have from of may be of of in which our would not be to them much they The of would these is the humanities, ‘the of and our and The of the of The humanities the how in that and from its and study in all its and for that to the into its – into into into it and them to science that the of the is a for it to the of is sometimes of – often by humanities for a of a is one that its into a But in is by from its which are as much of but not to that particular the of this more they clear it for that some can be down with it its own of the for the of an – the that will a with as little as not the humanities, is the of Bellow’s the humanities will be is especially about The and they may be But if looking for be number will you that what them is the for a of all and also to that the first of an is that it be and are the to the to to See Must be in (ed.), Must be of (London: You can that of from a the form like But more the texts study in the humanities are as and as the who made that, as and value to the of the other are against our the and its in on and University The humanities the work not of inspired but of their in these feel like but Humanities also work these a of our work can be or study reading and This the humanities to to who that universities for the they on that are of that people can and But in the humanities that these skills are more and than are The of and has public and with our and it and for to be our with the you even into the you would be by how little was of the would be one in their with students in their one the social with of their was to and to be much than it was is for and a of a the to this new in which the main is See The of in and and University The or of a is than its to the data value is to its value as of the of the noun that to anything a that can be that and other the often the and In The of the of noise as this of its that it on have become signs that something is out of the of noise and at the he The noise to – as if it were that it if it were not to be the of The of they are used more has little in the power of its to and change how are seen as a for out something for their of – as were a of on the of and not that The humanities scholar that are not a but the that the of that the is partly This them to be of current of and of other life can be it can be We have come to of reading as a a of a and the take something to something in its first the English to or the of The humanities reading in but a ‘The of an June in the humanities to come with our own and reading of a reading is it can be a but must be inspired by and into other and be to its In the humanities is a number of by from its to of the or that can be or at that can be the of to from its in of what called a University in the one first of with began to an to that of and a of to his of with a he not the that in He to the story of The of to the of the and the of the had the for but the was not had to his with the he is to the of the of the in (ed.), of the to that the of is an the power of it on of and had the of the to a work with that of a the the widely of his he had one of the in He was an in and But he also in and and in the of and all his and left behind he had the for life and work are now of to humanities the and of the The with its of and to first has feels especially worth when much public to and and often into people take feel like and critique like an how to from our own and in a as the at it it by our The in Plumb, Crisis in the Humanities, The humanities to a of can the from their they study the of to their as science they that are all from the in the the The a as to The of in (ed.), for University of The same be of or in the humanities. to to will be a has begun to the power of the But it has come to the the for both and all at it the in The humanities with this of Humanities now often in arts literature This from the sciences is to make humanities and has a long a of his a is he not from his in of The for was not a but in which about are to of University of humanities a may be a but it is a that a of confidence about what the humanities do. needs it by the of and other that the The humanities and in this they and of and they and In the humanities, and the about what our of a a humanities scholar needs a that in of either physical or the or the they are – in and by to make their own of humanities their or is a historian of of their is to the of in a that the and of of public The humanities scholar that the is and for to with the little about how to the into our current with the of the gives as to what life will be like after the humanities scholar the to make of have not and other to that have ‘The is not of but of of as were by the of is a at which the for an from can be The from to the (London: and the humanities as an to the of of such is how often policy makers as an of the of the humanities to the In May the education Charles to have been when he was to have an at University some for But is for the to for that he had to an of the university as ‘the of a of He that this was a poor for and May Charles the of May In May of University was not when he the need a who is a he who has the to society than a of at Telegraph, May In January the of the on called for student fees for degrees in subjects that skills shortages in engineering or where are to history, all the from government and on to areas the needs and will it More for a that you into The Times, January these that the a in his that is but much he that in and were as a into long of society with and – a used against and have this that the against that in the what now was than other of such as and the to – the face of the and a to the and to the of – in from the late century was as a and and in the of as something that in for and the of as is a of how the humanities can the of of to some from this the the that our were and to ‘The for the as the for in The of this for the The of and is in the current its now more and and The of is one of of change and of to the of as ‘the which its own by ‘Introduction’, in to (London: The humanities scholar that are as and that have been that, than into the on that of creative – not much to that are in the as to that is into the by its cutting but the humanities are not to other and by more they than on and by on the begun of of when into to on the This long for in life is it is at with the from a that much a life to in the of a which of for one of the people to a is a of it of how is the in the that from other or that that for and of their their and had than and now that the has revealed in must our of our own and as is more that are like for like and that other have that seem as as our own were to them has an more than and a of in the of the and life at as as and ‘The of that that the – – is in that of a The of and show that our of the may the and the has that all the have and other to our – of like and – are and a are worth more or than other of We are of into for a can a on a can the value of the and and you a for the to a is more in its can the value of a to a or to for a or a of public if the value of a life is a that would one life must more than The value of a life in like life current and number of has a more than a The has a more life than from But this how to the of or how feel when love have been when he that were on the of a in of the In our the of the to the of of that he not how much of the was have to be a or a to to he Times, of the of may as more but such a But are to and all to the the humanities to this need to as – as what with in it of the on a in on (London: a new to in English is a they would or his is This much about our current that texts be and our own The humanities scholar students to the – to texts that may and even them with their and texts will them about other and from their that or as and as The humanities are an in in the and of is and as as its is the – than – of ‘The or in and (London: Penguin, in the humanities both the of and and the of that This of the – that are and social – is the of and of the humanities. In In the of about in the a who themselves from that they would be by the were seen as than even with and they were not or other than the from the on to study English and at the University of In Charles and and they a new of about the of and that the and that of in both his new and We were all as had had an on the people In the of a a (London: This that life is both in and of a is in and the of all that some than the of a on a or found in a or by to its and for on the We it on some these as than the to for some more or even than on of the if your is not as your life was worth The of and (London: The out of the of – a that are or of and that when in it is as if who has been has in with The Humanities and University that the of the humanities is to the into where have it – ‘to to the where not to in its and at the of its to make We forget the when become to of The humanities that can be as as that they can as as or they We some that on and not how they other people into or – or them out of the story ‘We but often to love or to to or to be what to and it The (London: of work has how power gets to its own story in a that other We have that the can seem – is a or a and what The to such is to people in the for what now But be not to of the same for in the and the to the humanities scholar that all of are In this to our and the humanities to the of – the of and – has become the of is the of a that as a in a and a to be this anything can be and can be No one who what to or or the In to seem and it it and it can make the seem by it in such as or This to is what people in public life and hear a political or of our a wrote in his in August at for which He called these (London: – an to how out and feel and to The humanities of the behind the by with a that also our by as data or This with from that for or that our is or to that are not a now take at of what was from to is to and media as data to be and to be by a by computer The humanities to the that this one – and to the fact that these are themselves This not that humanities will make more or or more than a about life in all its by that the of their work them to this is by the of they that they are all that of and our life for to its in double students often a for the they work a of the of life and the and of as science a on our own it and our and their about our in the is an end and in it can a of our own such as when the of and or the of But science the one that the humanities show that in all their and are In is an in of he has The of that of our seem to The humanities are both and are they that is by the make and the to be and more knowledge and to from it our to and to the and of all and our to be and by the the humanities are also that, even these are and The humanities began in the creative of the with its of the secular of The studia humanitatis were a to the of The humanities show that the highest when people in their own skills, and when they as if their and the of The humanities a and about funding and student are But as the humanities are the university and they have in the – of and has how political the a university of the humanities behind with other in by or their that they study other the of from languages by with to a their some of these of English wrote his on for in The of in (ed.), The of from to The love of the arts was a of their and in a to The humanities and to more than be on to skills have need to it can be when it has been will that this is a and of education and to the But that is story they have themselves – as all its own of drew you to the humanities in the first was that you were not on that that it you all you about You are not on that you are a humanities you like it or

Open access
Community Development and Social Impact
Original source
Jul 1, 2021·2021 International Conference on Computer Communications and Networks (ICCCN)
53 cites
A Blockchain and Self-Sovereign Identity Empowered Digital Identity Platform

Eranga Bandara, Xueping Liang, Peter Foytik, Sachin Shetty · 5 authors

Most of the existing identity systems are built on top of centralized storage systems. Storing identity data on these types of centralized storage platforms(e.g cloud storage, central servers) becomes a major privacy concern since various types of attacks and data breaches can happen. With this research, we are proposing blockchain and self-sovereign identity based digital identity (KYC - Know Your Customer) platform “Casper” to address the issues on centralized identity systems. “Casper ” is an Android/iOS based mobile identity wallet application that combines the integration of blockchain and a self-sovereign identity-based approach. Unlike centralized identity systems, the actual identities of the customer/users are stored in the customers’ mobile wallet application. The proof of these identities is stored in the blockchain-based decentralized storage as a self-sovereign identity proof. Casper platforms’ Self-Sovereign Identity(SSI)-based system provides a Zero Knowledge Proof(ZKP) mechanism to verify the identity information. Casper platform can be adopted in various domains such as healthcare, banking, government organization etc. As a use case, we have discussed building a digital identity wallet for banking customers with the Casper platform. Casper provides a secure, decentralized and ZKP verifiable identity by using blockchain and SSI based approach. It addresses the common issues in centralized/cloud-based identity systems platforms such as the lack of data immutability, lack of traceability, centralized control etc.

Blockchain Technology Applications and Security
Cloud Data Security Solutions
Cryptography and Data Security
Original source
Jul 1, 2021·IEEE Network
299 cites
A Survey on Zero-Knowledge Proof in Blockchain

Xiaoqiang Sun, F. Richard Yu, Peng Zhang, Zhiwei Sun · 6 authors

Blockchain, which is usually regarded as a public, decentralized and distributed ledger, has attracted significant attention recently. In the environment of blockchain, all historical transaction data are recorded and stored. However, because blockchain is open and transparent, a malicious user may illegally access private transaction data, including transaction amount, account address, and account balance. As a cryptographic technique, zero-knowledge proof (ZKP) can be used to verify whether the prover has enough transaction amount in the environment of blockchain without leaking any private transaction data. This article provides a comprehensive survey on ZKP in the environment of blockchain with the aim of highlighting security problems and challenges. It first discusses the framework, models and applications of ZKP. Next, it provides an introduction of blockchain, and proposes a framework of ZKP in the environment of blockchain. Then, it highlights the current state of ZKP in the environment of blockchain. Finally, it identifies some potential problems and future research directions.

2 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Cloud Data Security Solutions
Original source
Jun 30, 2021·American Journal Of Engineering Mathematics
0 cites
Exploring Cryptographic Protocols for Enhancing Trust in Digital Voting Systems

Elena MartĂ­nez

Digital voting systems offer significant benefits in terms of accessibility and efficiency for electoral processes. However, ensuring trust in these systems remains a critical challenge due to concerns around vote privacy, integrity, and verifiability. Cryptographic protocols have become essential tools to address these challenges by providing mathematically grounded guarantees of security and transparency. This article examines prominent cryptographic approaches—such as homomorphic encryption, mix-nets, zero-knowledge proofs, and blockchain technology—applied in digital voting. Their contributions toward enhancing voter privacy, election verifiability, and resistance to coercion are analyzed. The paper concludes with discussion on practical deployment challenges and future research directions.

Internet Traffic Analysis and Secure E-voting
Cryptography and Data Security
Blockchain Technology Applications and Security
Original source
Jun 30, 2021·American Journal Of Cryptography And Network Security
0 cites
Cryptographic Techniques for Enhancing Data Integrity in Blockchain

Dr. Liam O'Connor

management by introducing decentralized, immutable, and transparent ledgers. At the heart of blockchain's robustness lies its cryptographic foundation, which ensures data integrity, authenticity, and security. This paper delves into the cryptographic techniques employed in blockchain systems to enhance data integrity. We explore fundamental mechanisms such as hash functions, digital signatures, and Merkle trees, as well as advanced methods like zero-knowledge proofs and homomorphic encryption. By analyzing these techniques, we aim to provide a comprehensive understanding of how cryptography fortifies blockchain against data tampering and unauthorized access.

Cryptography and Data Security
Cloud Data Security Solutions
Blockchain Technology Applications and Security
Original source
Jun 29, 2021·arXiv (Cornell University)
0 cites
Zero-knowledge Based Proof-chain -- A methodology for blockchain-partial system

Yuqi Bai, Lei Luo

Intuitively there is a drastic distinction between the pure decentralized block-chain systems like Defis and those that only utilize block-chain as an enhancing technology but remain centralized with real-world business model and conventional technologies like database, application server, etc. Our study explores extensively this distinction from a methodological point of view, classifies them into blockchain-complete and blockchain-partial, analyzes key features of the two types, and reveals the root cause of this distinction. We analyze the function or, in more strong words, the "ultimate purpose" of blockchain in the blockchain-partial systems, and present a conceptual model we named proof-chain that quite satisfactorily represented the general paradigm of blockchain in blockchain-partial systems. A universal tension between strength of proof-chain and privacy is then revealed and the zero-knowledge based proof-chain takes shape. Several case studies demonstrate the explaining power of our proof-chain methodology. We then apply proof-chain methodology to the analysis of the ecosystem of a collaborating group of blockchain-partial systems, representing the paradigm of public and private data domain whose border the proof-chain crosses. Finally, some derived guidelines from this methodology speak usefulness of our methodology.

Open access
2 source records
cs.CR
cs.SE
Blockchain Technology Applications and Security
Original source
Jun 28, 2021·2021 International Wireless Communications and Mobile Computing (IWCMC)
2 cites
A Secure Device Access Based on Blockchain for IoT in Smart City

Chao Li, Hui Yang, Bowen Bao, Zhengjie Sun · 6 authors

With the development of new generation information technology, the feasibility of smart city has been significantly improved, and a large number of smart city technologies have been proposed. In this context, a more feasible device access technology is of great significance to ensure the normal operation of smart city network services. Therefore, this paper proposes a secure blockchain device access scheme based on elliptic curve digital signature algorithm and zero knowledge proof algorithm.

Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Internet Traffic Analysis and Secure E-voting
Original source
Jun 26, 2021·Journal of Combinatorial Optimization, 45(5): 122 (2023)
15 cites
An Improved Physical ZKP for Nonogram and Nonogram Color

Suthee Ruangwises

Nonogram is a pencil puzzle consisting of a rectangular white grid where the player has to paint some cells black according to given constraints. In 2010, Chien and Hon constructed a physical card-based zero-knowledge proof protocol for Nonogram, which enables a prover to physically show that he/she knows a solution of the puzzle without revealing it. However, their protocol requires special tools such as scratch-off cards and a sealing machine, making it impractical to implement in real world. The protocol also has a nonzero soundness error. In this paper, we develop a more practical card-based protocol for Nonogram with perfect soundness that uses only regular paper cards. We also show how to modify our protocol to make it support Nonogram Color, a generalization of Nonogram where the player has to paint the cells with multiple colors.

Open access
2 source records
cs.CC
cs.CR
cs.LO
Original source
Jun 26, 2021·Clinical Otolaryngology
6 cites
The impact of COVID‐19 on elective otolaryngology surgery in a rural hospital in the United Kingdom

Sam Arman, Michael E. Hopkins, Simon McKean

In the United Kingdom, at the outbreak of the COVID-19 pandemic in March 2020, the national health service (NHS) took the unprecedented step of restructuring all of its services and workforce to cope with the expected influx of infected patients.1 Following a UK-wide lockdown and implementation of strict government guidelines, rates of COVID-19 infection reduced significantly and there was hope of a return to normal practice. However, the risks of exposure to the Sars-Cov2 virus to patients and healthcare staff remained. These risks were acutely felt amongst otolaryngologists due to the prevalence of the virus in the nose and throat in both symptomatic and asymptomatic patients.2 A significant number of extra measures and precautions were introduced to mitigate the potential spread of the virus amongst patients and healthcare staff during surgery. This was predicted to reduce the efficiency of surgical lists and limit the ability of departments to clear the backlog of patients awaiting surgery.3 The aim of this study was to investigate whether elective otolaryngology surgical services could return to pre-pandemic levels in an area where cases of COVID-19 infection were expected to, and indeed did, remain far below national rates. Retrospective and prospective data were collected for all fixed-term otolaryngology consultants at a single rural hospital during the period of 1 August-28 February for 2019/20 and 2020/21. Data recorded included number of theatre lists, number of planned (PLO) and performed operations (PFO), number of cancellations and reasons for cancellation. Data were also collected regarding the number of COVID-19 infections per week during 2020/21 at local and national levels. Statistical analysis was performed using SPSS statistical software and Chi-squared testing was used to compare categorical data. Our hospital trust covers a population of approximately 235 000 people with a population density of 8 people/Km2. The department normally performs approximately 1500 operations per year. Over the 2-year period, there were three substantive consultants performing surgery in the following sub-specialties: Otology, Rhinology, General ENT, General Paediatric ENT, Paediatric airway and Thyroid and Parathyroid surgery. The department also provides facial plastics services for the removal of all benign and malignant skin lesions from the head and neck under local anaesthetic. All surgical lists were planned and booked in advance by the operating consultant. At the beginning of August 2020, all ENT elective surgery was allowed to restart. New hospital protocols were introduced for all elective procedures under general anaesthetic (GA). These included patient shielding for a minimum of 2 weeks prior to surgery, a negative COVID-19 PCR test, mandatory FFP3 masks for all aerosol-generating procedures (AGPs) and fallow time following extubation. Our primary objective was to see whether normal ENT elective services could restart to pre-pandemic levels; this was interrupted by a surge in COVID-19 infections in December 2020 as all non-urgent surgery was cancelled. We therefore analysed the period 1 August-30 November (interwave recovery [IR]) and the period 1 December-28 February (second wave [SW]) with the previous year. There were zero cases of COVID-19 infection reported locally or nationally in August-February 2019/20. In 2020/21, there were 2949 cases of COVID-19 infection in our local authority area.4 This represents 0.07% of the 3 868 809 cases reported in the United Kingdom over the same period.5 The trend in the 7-day positive rate during this period at local and national levels is demonstrated in the graph (Figure 1). From 1 August 2019 to 28 February 2020, there were 123 planned theatre sessions compared to 111 in 2020/21 with the number of operations planned dropping from 4.5 to 4.1 per session. The total numbers of PLO, PFO and local anaesthetic skin procedures (LASP) are demonstrated in Table 1. In the year prior to COVID-19, 81% of PLO were performed and this was 9% higher than the second year, and this falls to a 5% decrease during the IR period. Overall, there was a 31.2% reduction in the number of PFO, and again, this falls in the IR to a 4.1% (144 vs. 138) decrease year on year. However, there were 1.8 operations performed per session during the IR in 2020/21 compared to 2.2 in 2019/20. There was a significant increase in the number of local anaesthetic skin procedures (LASP) in 2020/21 (p ≀ .00001) and this accounted for 27% of PFO in the IR compared to 6% the previous year. If we exclude LASP, there was a 26.1% decrease in the number of GA procedures performed between August and November year on year. There was a significant increase in the number of cancelled operations in 2020/21 compared to 2019/20 (p = .011); however, during August-November, there was no significant increase (p = .259). In 2019/20, 19% of PLO were cancelled compared to 28.3% in 2020/21. This percentage drops when analysing the IR (22%) to the same period in 2019/20 (17%). Overall, this represents a 15.5% increase in the number of cancellations and equates to a cancellation every 1.8 operational sessions; however, during the IR, this relates to a cancellation every 2.0 operational sessions. The reasons for cancelled operations are categorised and are shown in Figure 2. Our study shows that there has been a change in ENT elective surgical provision at our hospital since its re-introduction. It is unclear why fewer procedures were planned per list in 2020/21, but may possibly represent the expected delays caused by changes in standard operating procedures in response to the pandemic. These changes have been seen globally with the introduction of donning and doffing of personal protective equipment (PPE), the adaptation of theatres to protect essential apparatus from contamination and the refinement of surgical techniques to reduce the risk of transmission.6 The 31.2% reduction in PFO during 2020/21 can be mainly attributed to the second wave and the cancellation of all non-urgent surgery from the end of December 2020. During the IR period, there was a 4.1% decrease in PFO; however, on a per-session basis, this equates to an 18.1% reduction. This suggests that during periods of low community COVID-19 transmission, elective services are still unable to return to pre-pandemic levels. The reasons for this are likely multifactorial; however, the impact of wearing PPE during surgery cannot be underestimated, as it is known to affect surgical performance and non-technical skills.7 The return of near-normal operating surgical volume during the IR period may be explained by the significant increase in the number of LASP, as this accounted for 27% of all PFO. This significant increase (p ≀ .00001) is important as without LASP, the number of PFO would likely have dropped further, as LASP were not required to isolate pre-operatively or undergo covid-19 PCR testing as were not deemed AGPs. Consequently, last-minute vacancies left by cancellations could be filled at short notice. We found a significant increase in the number of operations cancelled in 2020/21 (p = .011). This was expected with a surge of COVID-19 during the winter months, as there was no significant increase in cancellations seen between August and November. We can therefore assume that during periods of low community transmission, hospital capacity is not affected and patients are willing to undergo surgery despite the extra safety and shielding requirements. Despite low numbers of community infections, necessary safety protocols have reduced the efficiency of surgical lists and their ability to adapt to change. The current NHS elective waiting list currently stands at over 4.5 million patients8 and previous studies have estimated that clearing a backlog of cases created by the pandemic may take 84 weeks, but this assumes activity returning at 110% of pre-pandemic levels.9 Our study suggests that this level of activity would be difficult to attain in otolaryngology and therefore we would expect clearance of waiting lists to take significantly longer. We suggest extensive triaging of patients on long waiting lists to ensure that procedures are still clinically indicated, as it is likely that in some cases, such as otitis media with effusion, criteria for intervention may no longer be met. However, we recognise that sufficient time will need to be provided to clinicians in order to facilitate this effectively. Surgical trainees across all specialties have been adversely affected by the pandemic with a significant reduction in operative experience and a greater than 50% reduction in logbook numbers.10 This has resulted in GMC-approved curriculum derogations by the joint committee on surgical training (JCST) to enable the progression of trainees at all levels.11 Our study has demonstrated that a rapid return to pre-pandemic activity is unlikely in the near-term even as rates of COVID-19 infection fall following a successful vaccination programme. The challenges trainees have faced in gaining sufficient operative experience will likely continue, although improve from present. This is important to acknowledge, as it will have implications for trainees attaining Certification of Completion of Training (CCT) this year and in the future. The study has its limitations. A lower-than-average number of COVID-19 cases cannot be assumed to have had less of an impact on the hospital providing ENT elective services. A smaller population and a smaller number of hospital beds available would mean even small increase in the 7-day positive rate could potentially impact the hospital's ability to provide elective surgery. Due to a lack of full-time substantive consultants, we were only able to compare a small number directly year to year. Our hospital was also without a full-time head & neck consultant during the second year and this meant sending patients to other centres in order to facilitate their care. The policies and guidelines implemented prior to restarting elective surgery were based on the best practice at that time and may not reflect advances in knowledge and the impact vaccination may have on future elective services. Low rates of COVID-19 infection do not necessarily mean that ENT elective services can return to pre-COVID levels. Implementation of new safety protocols to protect patients and staff has reduced the efficiency and speed at which elective ENT surgery can be delivered. This is likely to continue to impact waiting lists at a time when surgical activity is needed to exceed pre-pandemic levels. It is likely that workloads will increase, as extra theatre lists become more commonplace; however, in order to clear the backlog, NHS trusts will need to become more innovative in their approach. None. This study took the form of an audit, so National Research Ethics Service approval was not required. The local audit department approved the study. Sam Arman: Project lead involved with design, data collection and data analysis. Michael Hopkins: Involved with data analysis, editing and proofing final submission. Simon McKean: Project supervisor, involved with editing final publication None.

Open access
COVID-19 and healthcare impacts
Ultrasound in Clinical Applications
Diversity and Career in Medicine
Original source
Jun 23, 2021·Symmetry
19 cites
Implementation Framework for a Blockchain-Based Federated Learning Model for Classification Problems

Zeba Mahmood, Vacius Jusas

This paper introduces a blockchain-based federated learning (FL) framework with incentives for participating nodes to enhance the accuracy of classification problems. Machine learning technology has been rapidly developed and changed from a global perspective for the past few years. The FL framework is based on the Ethereum blockchain and creates an autonomous ecosystem, where nodes compete to improve the accuracy of classification problems. With privacy being one of the biggest concerns, FL makes use of the blockchain-based approach to ensure privacy and security. Another important technology that underlies the FL framework is zero-knowledge proofs (ZKPs), which ensure that data uploaded to the network are accurate and private. Basically, ZKPs allow nodes to compete fairly by only submitting accurate models to the parameter server and get rewarded for that. We have conducted an analysis and found that ZKPs can help improve the accuracy of models submitted to the parameter server and facilitate the honest participation of all nodes in FL.

Open access
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Cryptography and Data Security
Original source
Jun 21, 2021·2021 IFIP Networking Conference (IFIP Networking)
10 cites
VPN-Zero: A Privacy-Preserving Decentralized Virtual Private Network

Matteo Varvello, Iñigo Querejeta Azurmendi, Antonio Nappa, Panagiotis N. Papadopoulos · 6 authors

Distributed Virtual Private Networks (dVPNs) are new solutions aiming to solve the trust-privacy concern of a VPN's central authority by leveraging a distributed architecture. In this paper, we discuss the requirements of a successful dVPN system and we present VPN-Zero: a dVPN system with strong privacy guarantees that provides traffic accounting and has minimal performance impact on its users. VPN-Zero guarantees that a dVPN node only carries traffic it has “allowlisted”, without revealing its allowlist or knowing the traffic it tunnels. This is achieved via three main innovations: (a) an attestation mechanism which leverages TLS to certify a user visit to a specific domain, (b) a zero-knowledge proof to certify that some incoming traffic is authorized (e.g., falls in a node's allowlist, without disclosing the target domain), and (c) a dynamic chain of VPN tunnels to both increase privacy and guarantee service continuation while traffic certification is in place. The paper demonstrates VPN-Zero functioning when integrated with two production systems: BitTorrent's Distributed Hash Table and ProtonVPN. Early evaluation results show that the median setup time of VPN-Zero is about 10 seconds.

Internet Traffic Analysis and Secure E-voting
Caching and Content Delivery
Peer-to-Peer Network Technologies
Original source
Jun 20, 2021·International Journal for Research in Applied Science and Engineering Technology
0 cites
Optimization of E-Commerce Platform Structure based on Blockchain Technology

C. Vijayalakshmi

E-Commerce has become more and more popular because of rich products, fast transactions, and free from time, locations, stores, and so on. However, the disclosure of personal data such as their IDs, addresses, and phone numbers has become a major concern for online activities. The current e-commerce model is at the crossroads of ownership and privacy. To address this, this article creates an enterprise protocol that uses smart personal contracts to protect privacy during the negotiation phase. This protocol allows contracting parties to conduct business without disclosing personal information such as identity, address, and phone number. Furthermore, we employ the zero-knowledge proof to ensure ownership.

Open access
Blockchain Technology Applications and Security
E-commerce and Technology Innovations
Original source
Jun 18, 2021·2021 IEEE 4th Advanced Information Management, Communicates, Electronic and Automation Control Conference (IMCEC)
6 cites
A secure blockchain-based housing rental platform

Rong Yu, Zhenqi Wang, Conghui Zhang, Shaopeng Guan

In the housing rental market, some intermediaries often publish malicious rental prices or provide false housing information, taking advantage of the asymmetry and opacity of the rental market, to harm the interests of tenants. Blockchain has the characteristics of decentralization, immutability, and trustworthiness, which can well address the problems faced in the housing rental market. In this paper, we establish a secure transaction platform for housing rental based on blockchain. First of all, we replace the trusted third party in the traditional house rental platform using the blockchain technology to reduce the trust cost of the platform. Then, we adopt an identity access mechanism based on zero-knowledge proof to ensure the identity legality of users in the housing rental platform. Finally, homomorphic encryption algorithms are employed to protect the private information of users in the process of housing transactions. The evaluation results show that the proposed scheme can well solve the drawbacks of the traditional housing rental platform and ensure the safety of transactions between the rental parties on the platform.

Blockchain Technology Applications and Security
Advanced Steganography and Watermarking Techniques
Privacy-Preserving Technologies in Data
Original source
Jun 18, 2021·IEEE Transactions on Cloud Computing
26 cites
Dual Traceable Distributed Attribute-Based Searchable Encryption and Ownership Transfer

Yang Yang, Robert H. Deng, Wenzhong Guo, Hongju Cheng · 7 authors

In this article, we proposedualtraceabledistributedattributebasedencryption withsubsetkeywordsearch system (DT-DABE-SKS, abbreviated as$\mathcal {DT}$) to simultaneously realize data source trace (secure provenance) and user trace (traitor trace) and flexible subset keyword search from polynomial interpolation. Leveraging non-interactive zero-knowledge proof technology,$\mathcal {DT}$preserves privacy for both data providers and users in normal circumstances, but a trusted authority can disclose their real identities if necessary, such as the providers deceitfully uploading false data or users maliciously leaking secret attribute key. Next, we introduce the new conception of updatable and transferable message-lock encryption (UT-MLE) for block-level dynamic encrypted file update, where the owner does not have to download the whole ciphertext, decrypt, re-encrypt and upload for minor document modifications. In addition, the owner is permitted to transfer file ownership to other system customers with efficient computation in an authenticated manner. A nontrivial integration of$\mathcal {DT}$and UT-MLE lead to the distributed ABSE with ownership transfer system ($\mathcal {DTOT}$) to enjoy the above merits. We formally define$\mathcal {DT}$, UT-MLE, and their security model. Then, the instantiations of$\mathcal {DT}$and UT-MLE, and the formal security proof are presented. Comprehensive comparison and experimental analysis based on real dataset affirm their feasibility.

Cryptography and Data Security
Cloud Data Security Solutions
Privacy-Preserving Technologies in Data
Original source