Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.01 KB

Bitvoting

Informationen

  • Zeitraum: Sommersemester 2015
  • Lehrveranstaltung: Praktikum: Kryptographie
  • Abgabe: 13.09.2015
  • Thema: Bitcoin and E-Voting
  • Betreuerin: Oksana Kulyk
  • Autoren: Benedikt Hiemenz, Max Kolhagen, Markus Schmidt

Beschreibung:

Designing and implementing a secure public bulletin board is a challenge, that is of significant importance in modern electronic voting protocols. Most often, it is set up as a central server, thus making it vulnerable as single point of failure. On the other hand, the Bitcoin cryptocurrency successfully establishes a decentralized public ledger of transactions, based on block-chain network. The idea of this task is to use the Bitcoin network, or a network built using similar tools/principles, to implement a decentralized bulletin board for electronic cryptographic voting. The result should be a prototype of a network or a Bitcoin network extension, a simplified version of a e-voting system adapted for such a network, and a voting client.