hws/hw02.tex
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Fri, 10 Oct 2014 12:39:11 +0100
changeset 234 17e0efbec5d0
parent 193 a97b828bf87f
child 239 0db764174afb
permissions -rw-r--r--
added a more sophisticated formatstring program
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
\documentclass{article}
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
\usepackage{charter}
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
\usepackage{hyperref}
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
     4
\usepackage{amssymb}
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
\begin{document}
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
19
Christian Urban <urbanc@in.tum.de>
parents: 16
diff changeset
     8
\section*{Homework 2}
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     9
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    10
\begin{enumerate}
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    11
\item Voice voting is the method of casting a vote in the `open air' for everyone
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    12
present to hear. Which of the following security requirements do paper ballots 
185
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    13
satisfy \textbf{better} than voice voting? Check all that apply and give a brief explanation 
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    14
for your decision.
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    15
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    16
\begin{itemize}
185
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    17
\item[$\Box$] Integrity
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    18
\item[$\Box$] Enfranchisement
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    19
\item[$\Box$] Ballot secrecy
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    20
\item[$\Box$] Voter authentication
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    21
\item[$\Box$] Availability
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    22
\end{itemize}
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    23
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    24
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    25
\item Explain how an attacker can use chain voting in order to influence the outcome of a 
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    26
poll using paper ballots. 
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    27
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    28
\item Which of the following mechanisms help with defending against chain voting? Check all 
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    29
that apply. Give a brief reason for each defence that mitigates chain voting attacks.
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    30
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    31
\begin{itemize}
185
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    32
\item[$\Box$] Using a glass ballot box to make it clear there are no
f10d905e947f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 109
diff changeset
    33
  ballots in the box before the start of the election.
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    34
\item[$\Box$] Distributing ballots publicly before the election.
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    35
\item[$\Box$] Checking that a voter's ID (drivers license, passport) matches the voter.
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    36
\item[$\Box$] Each ballot has a unique ID. When a voter is given a ballot, the ID is recorded. When the voter submits his or her ballot, this ID is checked against the record.
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    37
\end{itemize}
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    38
193
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    39
\item In the Estonian general election, votes can be cast via Internet
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    40
  some time before the election day. These votes cast via Internet can
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    41
  be changed an unlimited amount of times, the last vote is
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    42
  tabulated. You can even change your vote on the polling day in
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    43
  person. Which security requirement does this procedure address?
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    44
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    45
\item What is the main difference between online banking and e-voting? 
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    46
(Hint: Why is the latter so hard to get secure?)
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    47
193
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    48
\item Imagine, hypothetically, you have a perfectly secure Internet
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    49
  voting system, by which I mean nobody can tamper with or steal votes
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    50
  between your browser and the central server responsible for vote
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    51
  tallying. What can still go wrong with such a perfectly secure
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    52
  voting system, which is prevented in traditional elections with
a97b828bf87f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 185
diff changeset
    53
  paper-based ballots?
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    54
\end{enumerate}
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    55
109
b71ce151aba8 added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 97
diff changeset
    56
16
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    57
\end{document}
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    58
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    59
%%% Local Variables: 
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    60
%%% mode: latex
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    61
%%% TeX-master: t
d627d9bc15c8 new slides
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    62
%%% End: