Blockchain Papers

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

2,533 papersLast indexed Aug 31, 2026
Search papers

Paper index

2,533 results · page 88 of 106

Clear filters
Nov 2, 2019·Journal of Parallel and Distributed Computing
44 cites
Blockchain for secure location verification

Mohammad Reza Nosouhi, Shui Yu, Wanlei Zhou, Marthie Grobler · 5 authors

No abstract is available for this record.

Open access
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Privacy, Security, and Data Protection
Original source
Nov 1, 2019·Journal of Information Processing
2 cites
An Efficient Anonymous Reputation System for Crowd Sensing

Shahidatul Sadiah, Toru Nakanishi

Recently, crowd sensing has been intensively researched, due to the rapid growth of sensor-integrated mobile devices. Crowd sensing is a participatory sensing service where a server gathers and analyzes sensing data submitted from mobile devices of lots of users. In crowd sensing, the user's anonymity is desired, since the server gathers sensitive data from the participants including their GPS locations and moving path. However, the anonymous data submission may compromise the trust of the sensing data, because anonymous users may submit inappropriate sensing data, but they cannot be traced. Therefore, as the system to achieve both anonymity and trust in crowd sensing, ARTSense has been proposed. In the system, the trust of the sensing data is assessed on the sensed environment, other users' sensing, and the reputation of the user, and furthermore the reputation of the user is anonymously managed on the feedback from the trust assessment for the data. However, the anonymous reputation system of ARTSense has the efficiency problem, i.e., the user needs to wait a random time after the data submission phase before requesting the reputation update, which causes the communication delay. In this paper, we propose an efficient anonymous reputation system for crowd sensing, which can be integrated to the trust assessment in ARTSense. In the proposed system, during the data submission, the reputation update is anonymously completed. This is because the server does not manage the reputation of each user, but each user manages his/her reputation in the user side, where the the validity of the reputation is ensured by a certificate and anonymously checked by zero-knowledge proofs. Therefore, the proposed system achieves the better efficiency with no delay.

Open access
2 source records
Privacy-Preserving Technologies in Data
Mobile Crowdsensing and Crowdsourcing
Internet Traffic Analysis and Secure E-voting
Original source
Nov 1, 2019·International Journal of Distributed Sensor Networks
37 cites
Research on electronic medical record access control based on blockchain

Yongbin Zhao, Meng Cui, Lijuan Zheng, Rui Zhang · 7 authors

For the medical industry, there are problems such as poor sharing of medical data, tampering, and leakage of private data. In view of these problems, a blockchain-based electronic medical record access control research scheme based on the role-based access control model is proposed in this article. First, the appropriate access control strategy is adopted to solve the leakage problem of the user’s medical privacy information during the access process. Then, the information entropy technology is used to quantify the medical data, so that the medical data can be effectively and maximally utilized. Using the distributed general ledger characteristics of blockchain and its inherent security attributes, data islands can be eliminated, data sharing among medical systems can be promoted, access records can be prevented from being tampered with, and medical research and precise medical treatment can be better supported. Through this research, not only can user’s medical privacy information protection be realized during the service process but also patients can manage their own medical data autonomously, which is beneficial to privacy protection under the medical data sharing.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Privacy, Security, and Data Protection
Original source
Nov 1, 2019·2019 Twelfth International Conference on Mobile Computing and Ubiquitous Network (ICMU)
36 cites
Edge AI and Blockchain for Privacy-Critical and Data-Sensitive Applications

Anum Nawaz, Tuan Nguyen Gia, Jorge Peña Queralta, Tomi Westerlund

The edge and fog computing paradigms enable more responsive and smarter systems without relying on cloud servers for data processing and storage. This reduces network load as well as latency. Nonetheless, the addition of new layers in the network architecture increases the number of security vulnerabilities. In privacy-critical systems, the appearance of new vulnerabilities is more significant. To cope with this issue, we propose and implement an Ethereum Blockchain based architecture with edge artificial intelligence to analyze data at the edge of the network and keep track of the parties that access the results of the analysis, which are stored in distributed databases.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Privacy-Preserving Technologies in Data
Original source
Nov 1, 2019·2019 International Conference on Electrical, Electronics and Computer Engineering (UPCON)
28 cites
From Blockchain to Hashgraph: Distributed Ledger Technologies in the Wild

Zuhaib Akhtar

With the introduction of the term blockchain in 2008, it's interest has been increasing in the community since the idea was coined. The reason for this interest is because it provides anonymity, security and integrity without any central third party organisation in control of data and transaction. It has attracted huge interest in research areas due to its advances in various platforms, limitations and challenges. There are various Distributed Ledger Technologies that demonstrates their special features which overcome limitations of other platforms. However, implementations of various distributed ledger technologies differ substantially based on their data structures, consensus protocol and fault tolerant among others. Due to these variations, they have a quite different cost, performance, latency and security. In this paper, working and in-depth comparison of major distributed ledger technologies including their special features, strengths and weaknesses is presented and discussed by identifying various criteria.

Open access
3 source records
Blockchain Technology Applications and Security
Distributed systems and fault tolerance
IoT and Edge/Fog Computing
Original source
Oct 25, 2019·arXiv (Cornell University)
36 cites
Substra: a framework for privacy-preserving, traceable and collaborative\n Machine Learning

Mathieu Galtier, Camille Marini

Machine learning is promising, but it often needs to process vast amounts of\nsensitive data which raises concerns about privacy. In this white-paper, we\nintroduce Substra, a distributed framework for privacy-preserving, traceable\nand collaborative Machine Learning. Substra gathers data providers and\nalgorithm designers into a network of nodes that can train models on demand but\nunder advanced permission regimes. To guarantee data privacy, Substra\nimplements distributed learning: the data never leave their nodes; only\nalgorithms, predictive models and non-sensitive metadata are exchanged on the\nnetwork. The computations are orchestrated by a Distributed Ledger Technology\nwhich guarantees traceability and authenticity of information without needing\nto trust a third party. Although originally developed for Healthcare\napplications, Substra is not data, algorithm or programming language specific.\nIt supports many types of computation plans including parallel computation plan\ncommonly used in Federated Learning. With appropriate guidelines, it can be\ndeployed for numerous Machine Learning use-cases with data or algorithm\nproviders where trust is limited.\n

Open access
2 source records
Privacy-Preserving Technologies in Data
Scientific Computing and Data Management
Advanced Graph Neural Networks
Original source
Oct 24, 2019·Future Internet
43 cites
FaDe: A Blockchain-Based Fair Data Exchange Scheme for Big Data Sharing

Yuling Chen, Jinyi Guo, Changlou Li, Wei Ren

In the big data era, data are envisioned as critical resources with various values, e.g., business intelligence, management efficiency, and financial evaluations. Data sharing is always mandatory for value exchanges and profit promotion. Currently, certain big data markets have been created for facilitating data dissemination and coordinating data transaction, but we have to assume that such centralized management of data sharing must be trustworthy for data privacy and sharing fairness, which very likely imposes limitations such as joining admission, sharing efficiency, and extra costly commissions. To avoid these weaknesses, in this paper, we propose a blockchain-based fair data exchange scheme, called FaDe. FaDe can enable de-centralized data sharing in an autonomous manner, especially guaranteeing trade fairness, sharing efficiency, data privacy, and exchanging automation. A fairness protocol based on bit commitment is proposed. An algorithm based on blockchain script architecture for a smart contract, e.g., by a bitcoin virtual machine, is also proposed and implemented. Extensive analysis justifies that the proposed scheme can guarantee data exchanging without a trusted third party fairly, efficiently, and automatically.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Cryptography and Data Security
Original source
Oct 24, 2019·IEEE Internet of Things Journal
107 cites
An Efficient Collaboration and Incentive Mechanism for Internet of Vehicles (IoV) With Secured Information Exchange Based on Blockchains

Bo Yin, Yulei Wu, Tianshi Hu, Jiaqing Dong · 5 authors

With the rapid development of Internet of Things (IoT), mobile crowdsensing (MCS), i.e., outsourcing sensing tasks to mobile devices or vehicles, has been proposed to address the problem of data collection in the scenarios such as smart city. Despite its benefits for a wide range of applications, MCS lacks an efficient incentive mechanism, restricting the development of IoT applications, especially for Internet of Vehicles (IoV)-a typical example of IoT applications; this is because vehicles are usually reluctant to participate these sensing tasks. Moreover, in practice, some sensing tasks may arrive suddenly (called an emergent task) in the IoV environment, but the resources of a single vehicle may be insufficient to handle, and thus multivehicles collaboration is required. In this case, the incentive mechanisms for the participation of multiple vehicles and the task scheduling for their collaborations are collectively needed. To address this important problem, we first propose a new model for the scenario of two vehicles collaboration, considering the situation of the emergent appearance of a task. In this model, for a general sensing task, we propose a bidding mechanism to better encourage vehicles to contribute their resources, and the tasks for those vehicles are scheduled accordingly. Second, for an emergent task, a novel time-window-based method is devised to manage the tasks among vehicles and to incent the vehicles to participate. Finally, we develop a blockchain framework to achieve the secured information exchange through smart contract for the proposed models in IoV.

Open access
Mobile Crowdsensing and Crowdsourcing
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Original source
Oct 17, 2019·Security and Communication Networks
41 cites
A Blockchain-Based Platform for Consent Management of Personal Data Processing in the IoT Ecosystem

Konstantinos Rantos, George Drosatos, Antonios Kritsas, Christos Ilioudis · 6 authors

In the Internet of Things (IoT) ecosystem, the volume of data generated by devices in the user’s environment is continually increasing and becoming of particular value. In such an environment the average user is bound to face considerable difficulties in understanding the size and scope of his/her collected data. However, the provisions of the European General Data Protection Regulation (GDPR) require data subjects to be able to control their personal data, be informed, and consent to its processing in an intelligible manner. This paper proposes ADVOCATE platform, a user-centric solution that allows data subjects to easily manage consents regarding access to their personal data in the IoT ecosystem. The proposed platform also assists data controllers to meet GDPR requirements, such as informing data subjects in a transparent and unambiguous manner about the data they will manage, the processing purposes, and periods. The integrity of personal data processing consents and the immutable versioning control of them are protected by a blockchain infrastructure. Finally, the paper provides a prototype implementation of the proposed platform that supports the main consents management functionality.

Open access
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Privacy, Security, and Data Protection
Original source
Oct 16, 2019·Sensors
14 cites
PRICHAIN: A Partially Decentralized Implementation of UbiPri Middleware Using Blockchain

Iago Sestrem Ochôa, Luís Augusto Silva, Gabriel de Mello, Bruno Alves da Silva · 8 authors

With the popularization of the Internet-of-Things, various applications have emerged to make life easier. These applications generate a large amount of user data. Analyzing the data obtained from these applications, one can infer personal information about each user. Considering this, it is clear that ensuring privacy in this type of application is essential. To guarantee privacy various solutions exist, one of them is UbiPri middleware. This paper presents a decentralized implementation of UbiPri middleware using the Ethereum blockchain. Smart contracts were used in conjunction with a communication gateway and a distributed storage service to ensure users privacy. The results obtained show that the implementation of this work ensures privacy at different levels, data storage security, and performance regarding scalability in the Internet of Things environments.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Privacy-Preserving Technologies in Data
Original source
Oct 12, 2019·arXiv (Cornell University)
49 cites
A blockchain-orchestrated Federated Learning architecture for healthcare consortia

Jonathan Passerat‐Palmbach, Tyler Farnan, Robert Miller, Marielle S. Gross · 6 authors

We propose a novel architecture for federated learning within healthcare consortia. At the heart of the solution is a unique integration of privacy preserving technologies, built upon native enterprise blockchain components available in the Ethereum ecosystem. We show how the specific characteristics and challenges of healthcare consortia informed our design choices, notably the conception of a new Secure Aggregation protocol assembled with a protected hardware component and an encryption toolkit native to Ethereum. Our architecture also brings in a privacy preserving audit trail that logs events in the network without revealing identities.

Open access
2 source records
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Cryptography and Data Security
Original source
Oct 10, 2019·Journal of Parallel and Distributed Computing
104 cites
Differential privacy in blockchain technology: A futuristic approach

Muneeb Ul Hassan, Mubashir Husain Rehmani, Jinjun Chen

Blockchain has received a widespread attention because of its decentralized, tamper-proof, and transparent nature. Blockchain works over the principle of distributed, secured, and shared ledger, which is used to record, and track data within a decentralized network. This technology has successfully replaced certain systems of economic transactions in organizations and has the potential to overtake various industrial business models in future. Blockchain works over peer-to-peer (P2P) phenomenon for its operation and does not require any trusted-third party authorization for data tracking and storage. The information stored in blockchain is distributed throughout the decentralized network and is usually protected using cryptographic hash functions. Since the beginning of blockchain technology, its use in different applications is increasing exponentially, but this increased use has also raised some questions regarding privacy and security of data being stored in it. Protecting privacy of blockchain data using data perturbation strategy such as differential privacy could be a novel approach to overcome privacy issues in blockchain. In this article, we cover the topic of integration of differential privacy in each layer of blockchain and in certain blockchain based scenarios. Moreover, we highlight some future challenges and application scenarios in which integration of differential privacy in blockchain can produce fruitful results.

Open access
3 source records
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Cryptography and Data Security
Original source
Oct 2, 2019·IEEE Transactions on Computational Social Systems
98 cites
BCOSN: A Blockchain-Based Decentralized Online Social Network

Le Jiang, Xinglin Zhang

Online social networks (OSNs) are becoming more and more prevalent in people's life, but they face the problem of privacy leakage due to the centralized data management mechanism. The emergence of distributed OSNs (DOSNs) can solve this privacy issue, yet they bring inefficiencies in providing the main functionalities, such as access control and data availability. In this article, in view of the above-mentioned challenges encountered in OSNs and DOSNs, we exploit the emerging blockchain technique to design a new DOSN framework that integrates the advantages of both traditional centralized OSNs and DOSNs. By combining smart contracts, we use the blockchain as a trusted server to provide central control services. Meanwhile, we separate the storage services so that users have complete control over their data. In the experiment, we use real-world data sets to verify the effectiveness of the proposed framework.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Cryptography and Data Security
Original source
Oct 1, 2019·2019 Sixth International Conference on Internet of Things: Systems, Management and Security (IOTSMS)
19 cites
Towards Improved Trust in Threat Intelligence Sharing using Blockchain and Trusted Computing

Yi-Chang Wu, Yuansong Qiao, Yuhang Ye, Brian Lee

Threat intelligence sharing is posited as an important aid to help counter cybersecurity attacks and a number of threat intelligence sharing communities exist. There is a general consensus that many challenges remain to be overcome to achieve fully effective sharing, including concerns about privacy, negative publicity, policy/legal issues and expense of sharing, amongst others. One recent trend undertaken to address this is the use of decentralized blockchain based sharing architectures. However while these platforms can help increase sharing effectiveness they do not fully address all of the above challenges. In particular, issues around trust are not satisfactorily solved by current approaches. In this paper, we describe a novel trust enhancement framework -TITAN- for decentralized sharing based on the use of P2P reputation systems to address open trust issues. Our design uses blockchain and Trusted Execution Environment technologies to ensure security, integrity and privacy in the operation of the threat intelligence sharing reputation system.

Open access
Blockchain Technology Applications and Security
Cryptography and Data Security
Privacy-Preserving Technologies in Data
Original source
Oct 1, 2019·2019 IEEE 44th Conference on Local Computer Networks (LCN)
20 cites
Blockchain and Structural Relationship Based Access Control for IoT: A Smart City Use Case

Fariza Sabrina

Smart city is one of the major Internet of Things (IoT) applications and has become an emerging paradigm with the recent advancements of IoT devices and sensors. But the heterogenous nature of a smart city IoT environment makes it vulnerable to many privacy and security concerns and introduces significant challenges for access control of IoT resources especially where access needs to be provided to third parties and external organizations. This paper proposes a new structural relationships-based access control (SRBAC) model that can be used to delegate resource access rights to users in a large scale IoT scenario like smart city while keeping the resource owner in full control. The proposed architecture uses smart contracts and public blockchain for managing access control for external users and a local off-block chain storage for managing access control for organization’s internal users and enforcing fine-grained access control for the resources.

Open access
Blockchain Technology Applications and Security
Internet Traffic Analysis and Secure E-voting
Privacy-Preserving Technologies in Data
Original source
Oct 1, 2019·Zenodo (CERN European Organization for Nuclear Research)
34 cites
Blockchain-Based Identity Verification System

Ashwini Nehe, Ajay Bhagwat, Vaishnavi Lamkhade*, Samiksha Kshirsagar · 6 authors

In any registration process, it is a hassle to always bring physical documents. Not only that, the process is elongated if they are lost, and will contribute to identity theft if unauthorized persons have access to those documents. Therefore, the objective of this paper is to generate a decentralized system, similar to the concept of blockchain, to allow registered persons to access user’s personal records. To further elaborate, this system is designed to be used by three consumers, which are: user, authority, and third-party (requester). Nowadays, majority of systems are susceptible to massive data breaches. However, some researches have theorized that blockchain technology may solve this problem, such as one that uses a real-world example, Aadhaar. In conclusion, this project enhances that the area of blockchain identity is vital in helping society gain control of their personal details. Since most of researches are focused on storage system of businesses using blockchain, personal identities of the people should be digitized on the blockchain as well. An identity verification system that is entirely owned by the individual will increase trust that the data is genuine and reliable.

Open access
3 source records
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
IoT and Edge/Fog Computing
Original source
Sep 30, 2019·Masaryk University Journal of Law and Technology
53 cites
Blockchain-based Land Registration: Possibilities and Challenges

Maria Kaczorowska

In recent decades land registration systems operating in Europe and worldwide have been subject to modernisation processes consisting in implementation of information and communication technologies. Such reforms have gradually led to facilitating access to land information, improving effectiveness of land registration proceedings and even introducing possibilities to dispose of the ownership of land electronically by developing electronic conveyancing mechanisms. Another innovative concept much discussed nowadays is the application of blockchain technology in the land registration sector. This solution is currently being tested in a number of countries.Distributed ledger technology underlying blockchain is expected to revolutionise land registration by offering a secure architecture to store land transactions with the use of cryptographic protocol. This shall bring advantages of increased trust and processing efficiency as well as reduction of costs. However, the above idea raises concerns given that, under the assumptions of the “original” blockchain model, transactions are irreversible and are carried out without intermediaries, which means the lack of any external control and independent verification of the transactions to be recorded.The article examines potential benefits and risks of automatisation of land transactions as well as practical experiences of selected countries in implementing blockchain in the area of land registration. On this basis, an assessment will be made as to whether blockchain-based registration could indeed replace the existing methodology of registering rights to land.

Open access
Blockchain Technology Applications and Security
Digital Transformation in Law
Privacy-Preserving Technologies in Data
Original source
Sep 30, 2019·International Journal of Network Security & Its Applications
3 cites
EUNICERT: Ethereum Based Digital Certificate Verification System

Trong Thua Huynh, Dang Khoa Pham

The fake certificate is a special global problem in today's digital age. Thousands of universities and educational institutions around the world do not exist but can release hundreds of millions of fake degrees. Verifying the integrity of qualifications is a real challenge for today's employers. Applying the anti-data modifying properties of blockchain technology, this study proposes a solution issuing and verifying digital certificates called EUniCert to solve this problem. By changing the design and integrating new consensus algorithm used in Ethereum platform into the Unicoin network that was used to verify and store the information related to the issued digital certificate, the EUniCert improves the latency to validate transactions as well as the number of verified blocks in the blockchain network compared to the previous solution that we have proposed. We implement a simple blockchain system to illustrate the management operation of the digital certificates on the ethereum platform. Besides, we conduct a simulation to evaluate the performance of our proposal compared with the previous system. The result is that the average latency decreases by 3.27 times as well as the number of verified blocks increases by 11% compared with the previous system.

Open access
2 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Privacy-Preserving Technologies in Data
Original source
Sep 28, 2019·International Data Privacy Law
169 cites
Bottom-up data Trusts: disturbing the ‘one size fits all’ approach to data governance

Sylvie Delacroix, Neil D. Lawrence

From the friends we make to the foods we like, via our shopping and sleeping habits, most aspects of our quotidian lives can now be turned into machine-readable data points. For those able to turn these data points into models predicting what we will do next, this data can be a source of wealth. For those keen to replace biased, fickle human decisions, this data—sometimes misleadingly—offers the promise of automated, increased accuracy. For those intent on modifying our behaviour, this data can help build a puppeteer’s strings. As we move from one way of framing data governance challenges to another, salient answers change accordingly. Just like the wealth redistribution way of framing those challenges tends to be met with a property-based, ‘it’s our data’ answer, when one frames the problem in terms of manipulation potential, dignity-based, human rights answers rightly prevail (via fairness and transparency-based answers to contestability concerns). Positive data-sharing aspirations tend to be raised within altogether different conversations from those aimed at addressing the above concerns. Our data Trusts proposal challenges these boundaries. The current lack of legal mechanisms that may plausibly empower us, data subjects to ‘take the reins’ of our personal data leaves us vulnerable. Recent regulatory endeavours to curb contractual freedom acknowledge this vulnerability but cannot, by themselves, remedy it—nor can data ownership. The latter is both unlikely and inadequate as an answer to the problems at stake. We argue that the power that stems from aggregated data should be returned to individuals through the legal mechanism of Trusts. Bound by a fiduciary obligation of undivided loyalty, the data trustees would exercise the data rights conferred by the GDPR (or other top-down regulation) on behalf of the Trust’s beneficiaries. The data trustees would hence be placed in a position where they can negotiate data use in conformity with the Trust’s terms, thus introducing an independent intermediary between data subjects and data collectors. Unlike the current ‘one size fits all’ approach to data governance, there should be a plurality of Trusts, allowing data subjects to choose a Trust that reflects their aspirations, and to switch Trusts when needed. Data Trusts may arise out of publicly or privately funded initiatives. By potentially facilitating access to ‘pre-authorized’, aggregated data (consent would be negotiated on a collective basis), our data Trust proposal may remove key obstacles to the realization of the potential underlying large datasets. This article proceeds from an analysis of the very particular type of vulnerability concomitant with our ‘leaking’ data on a daily basis, to show that data ownership is both unlikely and inadequate as an answer to the problems at stake. We also argue that the current of top-down regulatory on contractual freedom is both and the particular type of vulnerability at needed. The latter to a to data subjects when to data governance to the rights by like the GDPR can be as in a to as use of their exercise is both and unlikely to be as when As a governance that is of into the in the we the potential in data Trusts. This potential the between on one and collective aspirations on the The the Trust data subjects to choose to the rights they their personal data within the legal of a data is that there be a of data Trusts, out of a of publicly and privately funded initiatives. Trust will a particular of aspirations, in the terms of the Bound by a fiduciary obligation of undivided loyalty, data trustees will exercise the data rights the Trust to particular to a we data can be in a and the to of data may be to to rights is there as as our proposal is is the to regulatory as the GDPR and what of The of those rights will the of data Trusts in Our to the of our data Trusts proposal with the legal to different of personal from and data to The a of from Trust aspects to and to data of We by the way in an of data Trusts and that to those within the of regulatory as the The promise of the is that our will be able to us, our like of a of that can from to the of of on the way at like of the The to we with is and a personal but our at we can turn the to on or the out of way of the on the of from a an personal data is and a source of that is to us, and to in our The of this is to the data as a that may be with data governance, the the as as the a very of in this data a of on in the and of the that data to the a different of is by the data we daily by to we may be The of data our lives to be to an us may be a of we and what us is a to be us on the of our personal of these can be by legal the of and to challenges they to be to of the may be as as when to the exercise of data rights a of and of these to a where a of can a different our The way in we our as as the of the particular challenges to our the we to be to an by our in as by the to be but in a is the of this that is by our legal do we this by a of the mechanisms through we to our is ownership. As an of the of ownership as the to other or to the to may the of their also as a other of as in the of rights to data ownership is as a in to to the in the This of ownership with to on a of is in the is the of access to a a with the and can be as points different of (or different of data is (or The type of rights data can to the rights in a that by their can on the use of that of like they can The between those and the to into to This is when a of data as that to data rights rights be to to an is unlikely to the of is also a answer to the type of problems at of the that to the of data on the and on human as the data This turn to human rights reflects the of the that can from the of personal through they also to through Unlike most (or very of us the or to of our data we to and what The of data that most do as the Data us into data subjects and data to these The data but of and where an is to their there is a between the subjects and the This the data from to and into the the or data to data the the to data and The by the GDPR on data in from an that data subjects in a position to from the to power those on contractual freedom also from an of the that a contractual to data governance is to aspirations that the very of these aspirations is a to the of Our of is to a data to to This us vulnerable. This vulnerability can be in a way that our to of our our to a that is at out by us is as the vulnerability of the the or the can be with or can be in the of to and an of The of that is concomitant with the potentially personal by data is at as to of in is and in a position to above vulnerability that of of those in of what of our personal data can be and and what in a position to the particular that from the of our machine-readable or this position of power is concomitant with personal the data to from the underlying their Data in an will data an We of the challenges with the and way in we our Recent regulatory endeavours to curb contractual freedom by the between data and data The current lack of legal mechanisms that may plausibly empower data subjects one of the key underlying our The vulnerability that stems from the of our machine-readable can be or in a way that our to a that is at by Unlike the to as a the concomitant with this vulnerability our The above also to and The ‘one size fits all’ approach different individuals to choose different to data governance, both their to and their and the we we can these challenges through the mechanism of data Trusts. We data Trusts as a data subjects choose to the rights they their personal data within the legal of the our the data subjects tend to be both the and the of the the trustees to the data to the terms of the a fiduciary the data subjects of the We an of Trusts out of a of publicly and privately funded with different terms, allowing data subjects to choose different to data Trust would be in of data and be able to to data the of our the of data Trusts publicly in The legal mechanism of a data to the concomitant with the of data to the Trust is when a in a of is to and those the of other the from allowing of ownership the the a Trust the also to the particular at as they the undivided and to the and aspirations of the data subjects of the The fiduciary is a of a may be in of that the is to to is as the of that a would Our is where personal data is is the of underlying fiduciary is to the at the to to on behalf of the to the Trust a The that the of is is also the of a is the trustees to that they to the with of and undivided This is trustees can be their trustees from a and their to with those of the beneficiaries. This into those that to fiduciary data those the to the potential in Trusts as a legal mechanism a is by an data Trust is data subjects personal data with data collectors. The latter to be the This is the undivided our proposal the of Trusts, and the of independent trustees by the Trust’s and The latter can from one Trust to this an of Trusts, where a of data Trusts data subjects a of that their personal the also to different data within the that and to be to data in their these that make at from this data the data be in way to This proposal the power in our current of data is to out that in and to fiduciary their or This that they be their is that they an obligation of undivided their a is to from of would be in of fiduciary a data a in the data by data this in a between that and data Data in this position would be to both the of the personal data they the of and fiduciary data acknowledge the potential of to the a fiduciary obligation data subjects is with the data As to a fiduciary obligation from also an to to the and of the vulnerability in the data this the by would be placed in a position that is to that of a a on particular or a a to in that from the of fiduciary proposal to those in a contractual with this in a of in lack a contractual with a or with a that personal and to make this the of and in the that can be by in and large of may as or and on and is the of the at the remedy by is The remedy is to make the they and as a as they on the that would the hence of the of as The type of that is by the approach to data governance is one of or As the of our to a that is at by us our to our of as the of personal data or can when a answer when with that what may be as a of of to the of the data governance our proposal is to from the As a the data Trust is in a position to plausibly empower data to ‘take the reins’ of their This with the current on the or that from the current of our data by The also to to the of terms and the of data between data and to use data to an to in facilitating the of may out of the of that do the type of legal to be able to data of and legal is in with legal Trust to the above the we in Trusts, The collective of terms by the Trust is a way data subjects to their rights to a Trusts may be in a way that a collective or the of to empower the For the of a to their would the to the their to The terms of the Trust may a governance that the data to and with the and in that the Trust would in to a with fiduciary in the data Trusts may a may choose to to a of data governance by This data Trust is to regulatory those of the of those top-down will be in to one may an that of be in The and aspirations in data Trust will be by the of this data trustees to an in one can an of to to a We in a answer to the latter to be the of and is the Data trustees will also to make that by is in to by a data by the The latter be as and of a of data trustees would be by a or as a that to be with the of we unlikely to a data Trust to in that there be a of data Trusts, one particular way of data and Trusts may the of by data to may the of may on will be able to from one Trust to as and when their or aspirations The of between a of data Trusts will to of the that there of data and will also make that our data governance in with the and aspirations of be met an to the be of Trusts be and the data data be that the data is in Trusts may to on the terms to the data may be on and from be the that data subjects of their as in a personal data but the to exercise their rights and The above also a of data between Trusts and of the data a data personal data be between different data be from particular The of an of Trusts is on their to make use of the rights data and data Trust to power be able to make data but also be able to data from a particular is to of a particular of data the this to be able to data is by legal of the GDPR a to personal data in the the to a the is a of the data can be with that to the of the of the this is to that to a or and on the of (or of a the of access of the is and but this data can be in or article of the very aspects the of and the of rights to as the to other personal or by the when the or by the the of and access rights will in the within they to be GDPR that a access should be within a For data we Trusts to access within access would be by human to data The of those rights will also on and a the to a of access of a large in the of the out that of the out of or out of with the a to an answer with data that and these inadequate to the an the of the the that a to access in large personal data that they an access As a way this that use of the of access can help the power between and in of the a and both the and challenges in the of data subjects to their As a way of addressing the above our data Trust proposal the of those rights to a data would exercise on behalf of the Trust’s This is legal legal and governance by the Data This data is of in the legal and thus the of a legal in of the legal a of what we will this a of the of do we the current the to of data may plausibly be to to The latter is as our data proposal on this rights We the of on Trust as a legal to the contractual or in the as as challenges of what the of the above to that is of in the legal The of that to the that data is an of most the latter to The of data is unlikely to the the in the rights can be on type of or and in Trusts. the latter the a personal to in a in the the of the may to the that data from like in key is data can be and this to from that that the is different from that to on of there in the or also Trusts. the of the may with those the that data be to to This is by those argue that the GDPR rights to and that is to to rights these of the latter is in the what to the to of data may be to to rights is there as as our proposal is is the to regulatory as the GDPR and what of The latter of data to what of the of data Trusts in to of the in is can be a of a or a in or of a or obligation an legal as as a of and in their the is to and to the of the of of a that the of a within that of For this that is to of the of the as a as a in a where the on is a as is the to the that is on and the to the by the and is a between at and a in the in the can be in the of a Trust is of as a the the to the rights conferred by the GDPR other regulatory in other can be in data rights the to should be in and data rights different from a to the The latter to the one at the the rights to and access as conferred by the GDPR to a make rights our to a data would regulatory This is in the that data to challenges when to a of rights and that into both as an and human rights the vulnerability the GDPR of rights and to personal data in human rights the rights to and access above can be to that is to to what may plausibly be as obstacles to and The and the way to as we move from data that is by the data to data as there is to the way to data that is the of as the data to of personal between the above to argue that the is the most as on will rights in their data the a ownership on the data will be able to exercise their rights but the data the in the to to data as that the of prevail on rights of The rights individuals do in to data’ do of the of they as as to the the challenges the to different of data can be to to different of access and rights the way to a problem one that the of a Trust be able to be as an the above to the that can be to what data to data to one at a in the the to data is on the of data The of the challenges from these the of will in on For now is at this that a data Trust to the data by data collectors. can an of Trusts where one Trust in data to in a Trust data to Trust Trust would on the the underlying data This would trustees to on the use to the data is the mechanisms of access and would be Trust may on the of a the data on the particular data trustees may or may be data the Trust may choose to data with other Trusts that to their Trusts may be to and as of the data to their as other Trusts may in a particular of personal as Trusts to to negotiate with the Trusts as to be able to the that with datasets. the challenges is the of the rights to access and of the GDPR The data the to a or in with the of a in the and is in the of the of data rights and with to the of their personal data to the on or to exercise the rights to in and on or and to exercise the to to in on or behalf where by The above to a of is the by to the or to the to For our what is that the rights in and as This the would aimed at the rights to and access a data be in of answer is would the of the in the rights to and there regulatory on this is also that this would be as a problem the contractual or in the as they also on an to exercise the rights to and the above challenges by they do to that data rights can a legal and with a contractual or is to an of Trusts and their is also to of a governance the challenges at stake. is a to and within a contractual or the of the that and in terms of and is be The to the of our data Trusts proposal with the legal to different of personal This into is data Trusts to or at of these of data may to in is on an basis, with a that be at a of with the of a potentially This may access to the data by the and what the terms by to is different is to data in the of different the intent to their data with that to the The GDPR this by the into the that data within that the of data can be very to a of The of an of data Trusts in current obstacles to at the data to make that their The to choose different Trusts would to their placed in a The to the of different of those within different to data also be and thus to As an of the a to be the of a access to at a the GDPR this by allowing to personal data in of a data as this is to or the of the a may a data to is the of a out of As what as is to that a in or the legal at in the above is unlikely to be by the data trustees may their Trust’s to data the terms data may by that access to the data is to with particular in a of particular Trusts, the data trustees may be in a position to negotiate that (or those by the the the GDPR that and be in to that the personal data the is with the data also that the be with the of data trustees may be to a in the that when to data also to be in a position to with and what is within particular As we the of the and of to what as data’ data’ is can be of both our and our on change our of the us in that we do The we and the of our by that to can be through in the of particular (or on the of by with particular As is to be by that their or the to to also the to to For an to make a particular data from their is when they with these may of terms and they a terms and change they may may to to data terms and of these power would be by data Trusts. As data Trusts, terms and would be by data a to particular terms and would data Trust they data be with accordingly. This power is a of the is a of the power that would to the Trust through the of data data particular challenges our but our can through other individuals their may be as a other can through as and those argue that a to the their would acknowledge that should be to the via their or personal data is data to and the of data’ within the acknowledge the of the rights at the of the in to to their Our data Trust proposal is to the data is can do is a and of those data to the of a of data where there is between and As a may data the of (or other on the terms of this data a may or may access to this data a may also be to other of data where personal is the is data with other is to make that from to the the of an or would by a from their or an of with (or in the an is a a or this would to on of would to the use of the between individuals and a power between and data data is to with the of to a but the to in those can in addressing the challenges raised by this power in the the by the to the GDPR with the and personal and what rights as is the to to in both there is a of by the to rights do the on as the of these do data Trusts to We they Data Trusts the to of their to in the of the This would the data trustees to that of the data personal data is by the of the of Data do the of the Data this is the From a Data Trusts a mechanism to that the data in the of data terms, and in to to at the by or to also thus allowing there is potential from to be in the of data what individuals or in their is by that this approach is with potential in the terms and of the is to be in a data Trust in that data should be to a would be able to access to this potentially data from a of different is at the that our data Trust proposal would be able to different the Trust’s Trust their in the of the of in The of out of the to to as the to their on the the underlying our proposal is in that the to data subjects can be as Trust can and do in and there is a in their and legal of a by in by other the challenges that will to be our proposal to a to a and with the and of the to personal data is to the is of the that most of the personal data by is through As a the of in with a data Trust may be data Trusts to as a of the power of the of the those that a of to be The latter from large data to the of a of data Trusts and their underlying to data on data in the of data subjects would be to publicly funded Trusts, with the of Trusts. From a a in that very to those that to the of a a of the an to make the in a approach from the to make that one would also The latter would those to a Trust to but also the to the terms of the Trust do the and aspirations of beneficiaries. stems from concerns. may that data Trusts may the to the data that is can be to particular the by to the to our data can be to particular as an the of data Trusts that would to be a of may be on to to of the and data in a way that very to data that is to one that one what is to a a particular data This is one that current data with and Trust may different of data the of data to the by fiduciary may make that of a the data is to the by data data and the of the by data trustees the they be to those by to their publicly data Trusts be by a regulatory that would and of data with an with out the problems with particular of data The legal of Trusts the of the the latter to to those with the to their on The problems our data Trust proposal to do in with those of to data governance that is to a data data is by large data in a as they current regulatory endeavours to curb contractual freedom by those power can they to the of our to a that is at by the latter unlikely to be in

Open access
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Original source
Sep 26, 2019·SOIL
14 cites
A new model for intra- and inter-institutional soil data sharing

José Padarian, Alex B. McBratney

Abstract. Data sharing and collaboration are critical to solving large scale problems. The prevailing soil data-sharing model is based on different groups sending their data to a lead party. This model is of a centralised nature and, consequently, results in the participants ceding their control and governance over their data to the lead party. Here we explore the use of a distributed ledger (blockchain) to solve the aforementioned issues. We explain what a blockchain is and some of its characteristics to then describe some features of a blockchain that makes it an interesting candidate for an inter-institutional database. Finally, we describe the potential use case of developing a global soil spectral library with multiple, independent international institutions constituting the network.

Open access
2 source records
Privacy-Preserving Technologies in Data
Soil Geostatistics and Mapping
Research Data Management Practices
Original source
Sep 25, 2019·IEEE Transactions on Industrial Informatics
54 cites
How Does CSMA/CA Affect the Performance and Security in Wireless Blockchain Networks

Bin Cao, Mengyang Li, Lei Zhang, Yixin Li · 5 authors

The impact of communication transmission delay on the original blockchain, has not been well considered and studied since it is primarily designed in stable wired communication environment with high communication capacity. However, in a wireless scenario, due to the scarcity of spectrum resource, a blockchain user may have to compete for wireless channel to broadcast transactions following media access control (MAC) mechanism. As a result, the communication transmission delay may be significant and pose a bottleneck on the blockchain system performance and security. To facilitate blockchain applications in wireless industrial Internet of Things (IIoTs), this article aims to investigate whether the widely used MAC mechanism, carrier sense multiple access/collision avoidance (CSMA/CA), is suitable for wireless blockchain networks or not. Based on tangle, as an example to analyze the system performance in term of confirmation delay, transaction per second and transaction loss probability by considering the impact of queueing and transmission delay caused by CSMA/CA. Next, a stochastic model is proposed to analyze the security issue taking into account the malicious double-spending attack. Simulation results provide valuable insights when running blockchain in wireless network, the performance would be limited by the traditional CSMA/CA protocol. Meanwhile, we demonstrate that the probability of launching a successful double-spending attack would be affected by CSMA/CA as well.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
IoT and Edge/Fog Computing
Original source
Sep 16, 2019·2020 IEEE International Conference on Blockchain (Blockchain)
173 cites
BAFFLE : Blockchain Based Aggregator Free Federated Learning

Paritosh Ramanan, Kiyoshi Nakayama

A key aspect of Federated Learning (FL) is the requirement of a centralized aggregator to maintain and update the global model. However, in many cases orchestrating a centralized aggregator might be infeasible due to numerous operational constraints. In this paper, we introduce BAFFLE, an aggregator free, blockchain driven, FL environment that is inherently decentralized. BAFFLE leverages Smart Contracts (SC) to coordinate the round delineation, model aggregation and update tasks in FL. BAFFLE boosts computational performance by decomposing the global parameter space into distinct chunks followed by a score and bid strategy. In order to characterize the performance of BAFFLE, we conduct experiments on a private Ethereum network and use the centralized and aggregator driven methods as our benchmark. We show that BAFFLE significantly reduces the gas costs for FL on the blockchain as compared to a direct adaptation of the aggregator based method. Our results also show that BAFFLE achieves high scalability and computational efficiency while delivering similar accuracy as the benchmark methods.

Open access
4 source records
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Cryptography and Data Security
Original source