Move out datengartens into their own section

- /datengarten/index.html returns a blog-like list
- /datengarten/index.ics returns a VCALENDAR
- /datengarten/index.xml returns a schedule.xml-style view

No more pretty rendering includes in the content pages,
some more cleanup in the front matter
This commit is contained in:
Daniel Molkentin 2018-05-21 15:54:09 +02:00
parent 9558449acf
commit ff62faf23a
76 changed files with 436 additions and 206 deletions

View file

@ -7,12 +7,13 @@ subtitle: "Towards P2P Online Voting Protocols"
speaker: Robert Riemann
speaker_url: https://blog.riemann.cc/about
date: 2017-08-08T00:00:00+02:00
event_date: 2017-08-08T20:00:00+02:00
event:
start: 2017-08-08T20:00:00+02:00
end: 2017-08-08T22:00:00+02:00
location: CCCB
language: Englisch
language: en
streaming: false
---
{{< datengarten-infobox >}}
While online services emerge in all areas of life, the voting procedure in many democracies remains paper-based as the security of current online voting technology is highly disputed. We address the issue of trustworthy online voting protocols and recall therefore their security concepts with their trust assumptions. Inspired by the Bitcoin protocol, the prospects of distributed online voting protocols are analysed. No trusted authority is assumed to ensure ballot secrecy. Further, the integrity of the voting is enforced by all voters themselves and without a weakest link, the protocol becomes more robust. We introduce a taxonomy of notions of distribution in online voting protocols that we apply on selected online voting protocols. Accordingly, blockchain-based protocols seem to be promising for online voting due to their similarity with paper-based protocols. Eventually, we present our own approach on distributed online voting denoted ADVOKAT.