hw01.tex
author Christian Urban <urbanc@in.tum.de>
Wed, 26 Sep 2012 08:49:24 +0100
changeset 5 f3d92595abe7
parent 0 3a5e09a2ae54
child 9 89588d84998d
permissions -rw-r--r--
tuned

\documentclass{article}
\usepackage{charter}
\usepackage{hyperref}

\begin{document}

\section*{Homework 1}

\begin{enumerate}
\item {\bf (Optional)} If you want to look at code presented in the lectures, install Scala available from
\begin{center}
\url{http://www.scala-lang.org}
\end{center}

\noindent
The web-applications were written in Scala using the Play Framework available from
\begin{center}
\url{http://www.playframework.org}
\end{center}

\item Practice thinking like an attacker. Assume the following situation:
\begin{quote}\it
Prof.~V.~Nasty gives the following final exam question (closed books, closed notes):\bigskip

\noindent
\begin{tabular}{@ {}l}
Write the first 100 digits of pi:\\
3.\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
\end{tabular}
\end{quote}

\noindent
Think of ways how you can cheat in this exam?

\item Explain what hashes and salts are. Describe how they can be used for ensuring data integrity and
storing password information.

\item What are good uses of cookies (browser cookies)?

\end{enumerate}

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: