Sybil-Resistant Pseudonymization and Pseudonym Change Without Trusted Third Parties

Total Page:16

File Type:pdf, Size:1020Kb

Sybil-Resistant Pseudonymization and Pseudonym Change Without Trusted Third Parties Sybil-Resistant Pseudonymization and Pseudonym Change without Trusted Third Parties Martin Florian, Johannes Walter, Ingmar Baumgart Institute of Telematics Karlsruhe Institute of Technology (KIT) 76131 Karlsruhe, Germany {florian,baumgart}@kit.edu, [email protected] ABSTRACT grading the utility of novel systems and services. Addition- The issuing of pseudonyms is an established approach for ally, without limiting access in some form, sybil attacks [9] protecting the privacy of users while limiting access and pre- become possible where adversaries create large numbers of venting sybil attacks. To prevent pseudonym deanonymiza- fake virtual identities (sybils). This both enhances the po- tion through continuous observation and correlation, fre- tential magnitude of abuse and enables malicious users to quent and unlinkable pseudonym changes must be enabled. avoid blacklisting. Existing approaches for realizing sybil-resistant pseudonym- The issuing of unlinkable pseudonyms to users is a com- ization and pseudonym change (PPC) are either inherently mon solution to the challenge of hiding user identities while dependent on trusted third parties (TTPs) or involve signif- enabling access control and the effective protection against icant computation overhead at end-user devices. In this pa- sybil attacks. Additionally, unlinkable pseudonym changes per, we investigate a novel, TTP-independent approach to- must be made possible for reducing the linkability between wards sybil-resistant PPC. Our proposal is based on the use (potentially privacy-relevant) data samples originating from of cryptocurrency block chains as general-purpose, append- the same user. If frequent pseudonym changes are realized only bulletin boards. We present a general approach as well and an adversary successfully links one pseudonym to a user as BitNym, a specific design based on the unmodified Bitcoin (e.g., using side channels and correlation), only the data network. We discuss and propose TTP-independent mech- samples observed in connection with this pseudonym be- anisms for realizing sybil-free initial access control, pseudo- come linkable to the user. nym validation and pseudonym mixing. Evaluation results Established approaches for enabling sybil-resistant pseu- demonstrate the practical feasibility of our approach and donymization and pseudonym change (PPC) inherently re- show that anonymity sets encompassing nearly the complete quire a trusted third party (TTP) like a certification author- user population are easily achievable. ity for enforcing issuing criteria and preventing sybil attacks. Upon compromise of the TTP, large-scale sybil attacks be- come possible and the trustworthiness of issued pseudonyms Categories and Subject Descriptors is greatly reduced. Thus, centralized pseudonym issuers be- C.2.0 [Computer-Communication Networks]: General| come attractive targets for attacks, resulting in high opera- Security and protection; K.4.1 [Computers and Society]: tional costs for maintaining their security. Additionally, the Public Policy Issues|Privacy notion of universal trust anchors shared by all system par- ticipants is questionable when considering mobile users in a Keywords globally interconnected world. In this paper, as an alternative to assuming centralized pseudonym; sybil attack; blacklisting; block chain TTPs, we explore the use of distributed, non-malleable bul- letin boards as provided by cryptocurrency block chains. 1. INTRODUCTION More specifically, our contributions are the following: Privacy-preservation is becoming increasingly important • A novel approach towards TTP-free and abuse-resistant as more and more areas of life are benefiting from the ubiq- pseudonymization and pseudonym change (PPC). To uitous interconnection of humans and autonomous devices. the best of our knowledge, we are the first to propose a At the same time, allowing users (and their devices) to col- complete PPC system that both prevents sybil attacks laborate and use services anonymously can lead to abuse, de- and doesn't rely on a TTP for ensuring the correctness Permission to make digital or hard copies of all or part of this work for personal or and security of any of its operations. classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than the • A specific implementation of the approach - BitNym author(s) must be honored. Abstracting with credit is permitted. To copy otherwise, or - leveraging the existing Bitcoin [15] network without republish, to post on servers or to redistribute to lists, requires prior specific permission requiring any modifications to its underlying protocols. and/or a fee. Request permissions from [email protected]. WPES’15, October 12 2015, Denver, CO, USA • A prototype of the proposed system and an evaluation Copyright is held by the owner/author(s). Publication rights licensed to ACM. of our approach using simulations of user populations ACM 978-1-4503-3820-2/15/10 . $15.00 and pseudonym changing behavior. DOI: http://dx.doi.org/10.1145/2808138.2808145 2. RELATED WORK More specifically, we aim at realizing the following proper- Approaches based on blind signatures [12] and zero-know- ties: ledge proofs [6] have been proposed for enabling the central- 1. Unlinkability of pseudonyms to user identities and to ized issuing of unlinkable pseudonyms. Here, a TTP is also other pseudonyms by the same user. required for changing pseudonyms, as the old pseudonym must be marked invalid to prevent sybil attacks. Alterna- 2. Limitation to a fixed number of simultaneously active tive approaches like e-token-dispensers [5] or the issuing of pseudonyms per user. pools of pseudonyms with non-overlapping validity periods 3. Authenticity of the linking between a pseudonym and still inherently require a TTP for enforcing issuing criteria its holder. and ensuring that the issuing of pseudonyms is sybil-free. As an alternative to TTP-based access control, decentral- 4. Possibility of unlinkable pseudonym changes. ized approaches for preventing sybil attacks were proposed. Proof-of-resource schemes like CAPTCHA [20] and proof-of- 5. Possibility of blacklisting pseudonym holders. work [4] are not effective for systems involving end-users, as 6. Complete independence of any trusted third parties determined adversaries can amass multiple orders of magni- (TTPs) for realizing any of the preceding properties. tude more resources than regular users are ready to spend for continuously using a system [13]. Approaches based on Properties 1 to 5 have been widely discussed in the liter- the social graph between users [19] are more promising, but ature [16] and are shared by multiple existing and proposed either incompatible with privacy requirements or suited only systems. Their combination with property 6, on the other for scenarios in which nearly all users are continuously reach- hand, is, to the best of our knowledge, unique to our pro- able and active within a large-scale peer-to-peer network. posal. The usage of proof-of-burn, i.e., the provable destruction of a non-replenishable resource, was proposed for establish- 3.2 Decentralized append-only bulletin boards ing sybil-free and trustworthy online identities [11] using the Our strategy for avoiding the reliance on TTPs is to build Bitcoin cryptocurrency [15]. However, resulting identities upon recent results on realizing distributed consistency in are linkable to the originating users. Even if funded via highly adversarial environments. More specifically, we build anonymous sources, changing such identities is not possible upon decentralized cryptocurrency systems like Bitcoin [15], without repeating the significant initial investment. in which a globally consistent transaction log is collabora- In [10], Garman et al. propose a scheme for realizing de- tively maintained within a network of non-colluding peers. centralized anonymous credentials. As in our proposal, the Transactions are typically grouped in blocks, yielding a cryp- authors build upon cryptocurrency systems like Bitcoin for tographically secured block chain as the practical manifes- avoiding the dependence on TTPs. However, the proposal tation of the network consensus. In the following, we will is based on computation-intensive zero-knowledge proofs, also refer to Bitcoin-like networks as block chain networks. making it less suited for more resource-constrained devices, Transactions in block chain networks are composed of out- and requires a TTP during the initial setup phase. The chal- puts - the number of funds exiting the transaction in combi- lenge of initially issuing pseudonyms in a TTP-independent nation with a challenge that needs to be solved for spending and yet sybil-resistant manner is discussed only marginally. them - and inputs - references to preceding outputs in com- Also, the blacklisting of malicious users is not supported. bination with a valid solution. Typically, outputs contain To the best of our knowledge, we are the first to propose a the public part of an asymmetric cryptographic key pair complete pseudonymization system that is fully decentral- (respectively a hash thereof) and can be spent upon proving ized, resistant to sybil attacks and supports efficient and the possession of the corresponding secret key. In addition, unlinkable pseudonym changes as well as the blacklisting of the inclusion of arbitrary data in transactions
Recommended publications
  • Evaluating Inclusion, Equality, Security, and Privacy in Pseudonym Parties and Other Proofs of Personhood
    Identity and Personhood in Digital Democracy: Evaluating Inclusion, Equality, Security, and Privacy in Pseudonym Parties and Other Proofs of Personhood Bryan Ford Swiss Federal Institute of Technology in Lausanne (EPFL) November 5, 2020 Abstract of enforced physical security and privacy can address the coercion and vote-buying risks that plague today’s E- Digital identity seems at first like a prerequisite for digi- voting and postal voting systems alike. We also examine tal democracy: how can we ensure “one person, one vote” other recently-proposed approaches to proof of person- online without identifying voters? But the full gamut of hood, some of which offer conveniencessuch as all-online digital identity solutions – e.g., online ID checking, bio- participation. These alternatives currently fall short of sat- metrics, self-sovereign identity, and social/trust networks isfying all the key digital personhood goals, unfortunately, – all present severe flaws in security, privacy, and trans- but offer valuable insights into the challenges we face. parency, leaving users vulnerable to exclusion, identity loss or theft, and coercion. These flaws may be insur- mountable because digital identity is a cart pulling the Contents horse. We cannot achieve digital identity secure enough to support the weight of digital democracy, until we can 1 Introduction 2 build it on a solid foundation of digital personhood meet- ing key requirements. While identity is about distinguish- 2 Goals for Digital Personhood 4 ing one person from another through attributes or affilia- tions, personhood is about giving all real people inalien- 3 Pseudonym Parties 5 able digital participation rights independent of identity, 3.1 Thebasicidea.
    [Show full text]
  • Sybil Attacks on Identity-Augmented Proof-Of-Stake
    King’s Research Portal DOI: 10.1016/j.comnet.2021.108424 Document Version Early version, also known as pre-print Link to publication record in King's Research Portal Citation for published version (APA): Platt, M., & McBurney, P. (2021). Sybil Attacks on Identity-Augmented Proof-of-Stake. COMPUTER NETWORKS , 199, [108424]. https://doi.org/10.1016/j.comnet.2021.108424 Citing this paper Please note that where the full-text provided on King's Research Portal is the Author Accepted Manuscript or Post-Print version this may differ from the final Published version. If citing, it is advised that you check and use the publisher's definitive version for pagination, volume/issue, and date of publication details. And where the final published version is provided on the Research Portal, if citing you are again advised to check the publisher's website for any subsequent corrections. General rights Copyright and moral rights for the publications made accessible in the Research Portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognize and abide by the legal requirements associated with these rights. •Users may download and print one copy of any publication from the Research Portal for the purpose of private study or research. •You may not further distribute the material or use it for any profit-making activity or commercial gain •You may freely distribute the URL identifying the publication in the Research Portal Take down policy If you believe that this document breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim.
    [Show full text]
  • A Truth-Inducing Sybil Resistant Decentralized Blockchain Oracle
    1 A Truth-Inducing Sybil Resistant Decentralized Blockchain Oracle Yuxi Cai∗, Georgios Fragkosz, Eirini Eleni Tsiropoulouz, Andreas Veneris∗y ∗Department of Electrical and Computer Engineering, University of Toronto yDept. of Computer Science, University of Toronto zDept. of Electrical and Computer Engineering, University of New Mexico, Albuquerque, NM, USA Abstract—Many blockchain applications use decentralized ora- herd behavior [8]. Further, it is not immune to Sybil attacks, cles to trustlessly retrieve external information as those platforms that is, when a voter creates pseudonymous identities to obtain are agnostic to real-world information. Some existing decentral- disproportionately large influence on the system. Such attacks ized oracle protocols make use of majority-voting schemes to determine the outcomes and/or rewards to participants. In these could be discouraged if one increments the cost of creating a cases, the awards (or penalties) grow linearly to the participant new identity [9]. Although staked voting associates a potential stakes, therefore voters are indifferent between voting though cost linear to the number of replicated identity and the paired- a single or multiple identities. Furthermore, the voters receive question protocol further increases the cost by awarding the a reward only when they agree with the majority outcome, attacker when the antithetic questions have different majority a tactic that may lead to herd behavior. This paper proposes an oracle protocol based on peer prediction mechanisms with outcomes, a rational voter is still indifferent between reporting non-linear staking rules. In the proposed approach, instead of with a single or multiple identities in the ASTRAEA protocols. being rewarded when agreeing with a majority outcome, a voter This paper presents a peer prediction-based protocol with receives awards when their report achieves a relatively high score non-linear scaling of stake for decentralized oracles.
    [Show full text]
  • Practical Attacks Against the I2P Network
    Practical Attacks Against The I2P Network Christoph Egger1, Johannes Schlumberger2, Christopher Kruegel2, and Giovanni Vigna2 1 Friedrich-Alexander University Erlangen-Nuremberg [email protected] 2 University of California, Santa Barbara {js,chris,vigna}@cs.ucsb.edu Abstract. Anonymity networks, such as Tor or I2P, were built to allow users to access network resources without revealing their identity. Newer designs, like I2P, run in a completely decentralized fashion, while older systems, like Tor, are built around central authorities. The decentralized approach has advantages (no trusted central party, better scalability), but there are also security risks associated with the use of distributed hash tables (DHTs) in this environment. I2P was built with these security problems in mind, and the network is considered to provide anonymity for all practical purposes. Unfortu- nately, this is not entirely justified. In this paper, we present a group of attacks that can be used to deanonymize I2P users. Specifically, we show that an attacker, with relatively limited resources, is able to deanonymize a I2P user that accesses a resource of interest with high probability. 1 Introduction In modern societies, freedom of speech is considered an essential right. One should be able to express his/her opinion without fear of repressions from the government or other members of society. To protect against retribution, the laws of democratic countries recognize the importance of being able to publish information without disclosing one’s identity in the process. Unfortunately, this essential right to anonymity is not available on today’s Internet. Local observers, such as Internet providers, site administrators, or users on the same wireless network, can typically track a person while she is using the Internet and build a record of her actions.
    [Show full text]
  • Security Aspects of Distributed Le​​​Dger Technologies
    SECURITY, INFRASTRUCTURE AND TRUST WORKING GROUP Security aspects of distributed ledger technologies REPORT OF SECURITY WORKSTREAM a • Technical report on SS7 vulnerabilities and mitigation measures for digital financial services transactions b • Technical report on SS7 vulnerabilities and mitigation measures for digital fi nancial services transactions SECURITY, INFRASTRUCTURE AND TRUST WORKING GROUP Security Aspects of Distributed Ledger Technologies DISCLAIMER The Financial Inclusion Global Initiative (FIGI) is a three-year program implemented in partnership by the World Bank Group (WBG), the Committee on Payments and Market Infrastructures (CPMI), and the International Telecommunication Union (ITU) funded by the Bill & Melinda Gates Foundation (BMGF) to support and accelerate the implementa- tion of country-led reform actions to meet national financial inclusion targets, and ulti- mately the global 'Universal Financial Access 2020' goal. FIGI funds national implemen- tations in three countries-China, Egypt and Mexico; supports working groups to tackle three sets of outstanding challenges for reaching universal financial access: (1) the Elec- tronic Payment Acceptance Working Group (led by the WBG), (2) The Digital ID for Financial Services Working Group (led by the WBG), and (3) The Security, Infrastructure and Trust Working Group (led by the ITU); and hosts three annual symposia to gather national authorities, the private sector, and the engaged public on relevant topics and to share emerging insights from the working groups and
    [Show full text]
  • Strongly Private Communications in a Homogeneous Network
    ANNÉE 2017 N° d’ordre : 2017-05-TH THÈSE / CENTRALESUPÉLEC sous le sceau de l’Université Bretagne Loire pour le grade de DOCTEUR DE CENTRALESUPÉLEC Mention : Informatique Ecole doctorale 359 « Mathématiques, Télécommunications, Informatique, Signal, Systèmes, Electronique (MATISSE) » présentée par Antoine Guellier Préparée à l’UMR 6074 - IRISA (Equipe CIDRE) Institut de Recherche en Informatique et Systèmes Aléatoires Strongly Private Thèse soutenue à Rennes Communications in a le 22 mai 2017 Homogeneous devant le jury composé de : Carlo AGUILAR-MELCHOR Network Maître de Conférences (Université de Toulouse) / rapporteur Maryline Laurent Professeur des Universités (Télécom SudParis) / rapporteur Marc-Olivier KILLIJIAN Directeur de Recherche (LAAS-CNRS) / président du jury Cristina ONETE Post-Doctorante (IRISA/INSA) / examinateur Christophe BIDAN Professeur (CentraleSupélec) / directeur de thèse Nicolas PRIGENT Expert Technique (LSTI) / co-directeur de thèse Abstract With the development of online communications in the past decades, new privacy con- cerns have emerged. A lot of research effort have been focusing on concealing rela- tionships in Internet communications. However, most works do not prevent particular network actors from learning the original sender or the intended receiver of a communi- cation. While this level of privacy is satisfactory for the common citizen, it is insufficient in contexts where individuals can be convicted for the mere sending of documents to a third party. This is the case for so-called whistle-blowers, who take personal risks to alert the public of anti-democratic or illegal actions performed by large organisations. In this thesis, we consider a stronger notion of anonymity for peer-to-peer commu- nications on the Internet, and aim at concealing the very fact that users take part in communications.
    [Show full text]
  • Practical Attacks Against the I2P Network Christoph Egger
    Practical Attacks Against The I2P Network Christoph Egger Anonymity networks, such as Tor or I2P, were built to allow users to access network resources (e.g., to publicly express their opinion) without revealing their identity. Newer designs, like I2P, run in a completely decentralized way, while older systems, like Tor, are built around central authorities. The decentralized approach has advantages (no trusted central party, better scala- bility), but there are also security risks associated with the use of distributed hash tables (DHTs) in this environment. I2P was built with these security problems in mind, and the network is considered to provide anonymity for all practical purposes. Unfortunately, this is not entirely justified. In this thesis, we present a group of attacks that can be used to deanonymize I2P users. Specifically, we show that an attacker, with relatively limited resources, is able to deanonymize any I2P user with high probability. Anonymitätsnetzwerke, wie zum Beispiel Tor oder I2P, wurden entwickelt, um Nutzern den anonymen Zugriff auf Informationen im Netzwerk zu ermöglichen, ohne dabei ihre Iden- tität preiszugeben. Neuartige Entwürfe für derartige Netzwerke, wie zum Beispiel I2P, ar- beiten dabei vollständig dezentral, während ältere Systeme, wie z. B. Tor, auf eine zentrale Au- torität aufbauen. Der dezentrale Aufbau hat Vorteile (keine vertrauenswürdige, zentrale Au- torität, bessere Scalierbarkeit), allerdings ermöglicht er durch die Verwendung von verteilten Streutabellen auch neuartige Angriffsszenarien. I2P wurde unter Berücksichtigung dieser Probleme entworfen und wird als sicher in Bezug auf praktische Angriffe erachtet. Leider ist dieses Vertrauen nicht vollständig gerechtfertigt. In dieser Arbeit zeigen wir eine Sammlung von Angriffen, die verwendet werden können, um I2P Nutzer zu identifizieren.
    [Show full text]
  • Identifying and Characterizing Sybils in the Tor Network
    Identifying and Characterizing Sybils in the Tor Network Philipp Winter, Princeton University and Karlstad University; Roya Ensafi, Princeton University; Karsten Loesing, The Tor Project; Nick Feamster, Princeton University https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/winter This paper is included in the Proceedings of the 25th USENIX Security Symposium August 10–12, 2016 • Austin, TX ISBN 978-1-931971-32-4 Open access to the Proceedings of the 25th USENIX Security Symposium is sponsored by USENIX Identifying and characterizing Sybils in the Tor network † ‡ Philipp Winter∗ Roya Ensafi∗ Karsten Loesing Nick Feamster∗ † ‡ ∗Princeton University Karlstad University The Tor Project Abstract consensus weight—an attacker can observe. As the at- tacker’s consensus weight grows, the following attacks Being a volunteer-run, distributed anonymity network, become easier. Tor is vulnerable to Sybil attacks. Little is known about real-world Sybils in the Tor network, and we lack practi- Exit traffic tampering: When leaving the Tor network, cal tools and methods to expose Sybil attacks. In this a Tor user’s traffic traverses exit relays, the last hop work, we develop sybilhunter, a system for detecting in a Tor circuit. Controlling exit relays, an attacker Sybil relays based on their appearance, such as config- can eavesdrop on traffic to collect unencrypted cre- uration; and behavior, such as uptime sequences. We dentials, break into TLS-protected connections, or used sybilhunter’s diverse analysis techniques to analyze inject malicious content [37, § 5.2]. nine years of archived Tor network data, providing us Website fingerprinting: Tor’s encryption prevents with new insights into the operation of real-world attack- guard relays (the first hop in a Tor circuit) from ers.
    [Show full text]
  • Detecting Sybil Attacks Using Proofs of Work and Location in Vanets
    1 Detecting Sybil Attacks using Proofs of Work and Location in VANETs Mohamed Baza∗, Mahmoud Nabil∗, Niclas Bewermeier∗, Kemal Fidany, Mohamed Mahmoud∗, Mohamed Abdallahz ∗Department of Electrical and Computer Engineering, Tennessee Tech University, Cookeville, TN, USA yDepartment of Electrical Engineering and Computer Science, University of Tennessee, Knoxville, TN, USA zDivision of Information and Computing Technology, College of Science and Engineering, HBKU, Doha, Qata Abstract—Vehicular Ad Hoc Networks (VANETs) has the feedback to an event manager which can build a spatiotem- potential to enable the next-generation Intelligent Transportation poral view of the traffic state and also to extract important Systems (ITS). In ITS, data contributed from vehicles can jam statistics [2]. These applications have the potential to build a spatiotemporal view of traffic statistics, which can consequently improve road safety and reduce slow traffic and contribute to safer and more efficient roads by enabling a wide jams. To preserve vehicles’ privacy, vehicles should use multiple range of applications such as pre-crash sensing and warning, pseudonyms instead of only one identity. However, vehicles may traffic flow control, local hazard notification, and enhanced exploit this abundance of pseudonyms and launch Sybil attacks route guidance and navigation [3]. by pretending to be multiple vehicles. Then, these Sybil (or fake) However, the aforementioned applications depend on in- vehicles report false data, e.g., to create fake congestion or pollute traffic management data. In this paper, we propose a Sybil attack formation sent from participating vehicles. Therefore, it is detection scheme using proofs of work and location. The idea is required to preserve drivers privacy especially location privacy that each road side unit (RSU) issues a signed time-stamped while still verifying their identities in an anonymous man- tag as a proof for the vehicle’s anonymous location.
    [Show full text]
  • On the Danger of Private Blockchains
    On the Danger of Private Blockchains (When PoW can be Harmful to Applications with Termination Requirements) Vincent Gramoli NICTA/Data61-CSIRO University of Sydney [email protected] Abstract Consensus is a fundamental problem of distributed computing. While this problem has been known to be unsolvable since 1985, existing protocols were designed these past three decades to solve consensus under various assumptions. Today, with the recent advent of blockchains, new consensus implementations were proposed to make replicas reach an agreement on the order of transactions updating what is often referred to as a distributed ledger. Very little work has however been devoted to explore its theoretical ramifications. As a result, it is often unclear whether the same systems could be adapted to work in different environments. In this position paper, we explore the use of the Ethereum blockchain protocol in the context of a private chain where the set of participants is controlled. We argue that foundations are needed in order to precisely capture the guarantees of the consensus protocols of novel blockchain systems before one can deploy them safely. To this end, we define the termination of consensus to characterize when blockchain transactions commit and describe the existence of the Blockchain Anomaly in existing proof-of-work private chains. 1 Introduction With the advent of cryptocurrency and dis- tributed ledger systems, new solutions to the con- sensus problem were recently proposed. A blockchain is a chain of blocks linked to each other in reverse order, from the latest appended block to the ini- tial, also called genesis, block.
    [Show full text]
  • Torcoin the Power of Distributed Consensus on the Blockchain Leveraged for Tor
    TorCoin The power of distributed consensus on the Blockchain leveraged for Tor 1. Abstract 2. Introduction 3. Background 3.1. Tor Scaling Challenges 3.2. Leveraging the Blockchain 3.2.1. Distributed Consensus 3.2.2. Proof of Work 4. Design of TorCoin 4.1. Defining the Transaction 4.2. Validating the Transaction 4.4. Feasibility 5. Security of TorCoin 5.1. 51% Attack 5.2. Denial of Service 5.2.1. Tor DoS Vectors 5.2.2. Blockchain DoS Vectors 5.3. Timejacking 5.4 Sybil Attack 6. Further Work 6.1. P2P Voting 6.2. Hidden Services 6.3. Limited Network Knowledge 7. Conclusions 8. Acknowledgements 9. References 10. Our Code 1. Abstract In this paper we introduce TorCoin, a distributed consensus protocol based on the Bitcoin block chain. This protocol will be used to establish new nodes on the network, and to determine node validity and bandwidth. TorCoin will run in collaboration with TorFlow, an existing code designed to determine bandwidth and monitor node behavior, using an RPC interface. To handle the computational costs of mining, we propose to partially outsource these costs to the Bitcoin network using the existing work sharing protocol. We discuss our implementation and provide an analysis of security concerns. Finally, we provide proof of concept, along with potential directions for future work. 2. Introduction TorCoin is an altcoin used to achieve distributed consensus on the Tor network. It is designed to solve some of the scalability problems, specifically those related to the computational load on directory servers. In the current Tor protocol, the directory servers are trusted nodes which perform much of the administrative overhead, including regularly publishing a list of trusted nodes.
    [Show full text]
  • Omniledger: a Secure, Scale-Out, Decentralized Ledger Via Sharding
    OmniLedger OmniLedger: A Secure, Scale-Out, Decentralized Ledger via Sharding Eleftherios Kokoris-Kogiasy, Philipp Jovanovicy, Linus Gassery, Nicolas Gaillyy, Ewa Syta∗, Bryan Fordy y Ecole´ Polytechnique Fed´ erale´ de Lausanne, Switzerland ∗ Trinity College, USA Abstract—Designing a secure permissionless distributed ledger performance for security [34], as illustrated in Figure 1 and that performs on par with centralized payment processors such as explored in detail later in Sections II and IX. Visa is challenging. Most existing distributed ledgers are unable to “scale-out” – growing total processing capacity with number of participants – and those that do compromise security or Decentralization decentralization. This work presents OmniLedger, the first scale- ByzCoin [ out distributed ledger that can preserve long-term security under ] permissionless operation. OmniLedger ensures strong correctness 34 and security by using a bias-resistant public randomness protocol to choose large statistically representative shards to process trans- 32 Elastico [ OmniLedger ] actions, and by introducing an efficient cross-shard commit pro- tocol to handle transactions affecting multiple shards atomically. In addition, OmniLedger optimizes performance via scalable Scale-Out RsCoin [16] Security intra-shard parallel transaction processing, ledger pruning via collectively-signed state blocks, and optional low-latency “trust- Fig. 1: A comparison of current DL system in terms of the but-verify” validation of low-value transactions. Evaluation of trade-offs they offer. our working experimental prototype shows that OmniLedger’s throughput scales linearly in the number of validators available, supporting Visa-level workloads and beyond, while confirming This paper introduces OmniLedger, the first distributed typical transactions in under two seconds. ledger architecture that provides “scale-out” transaction pro- cessing capacity competitive with centralized payment pro- I.
    [Show full text]