Spioncamp Protokoll

This commit is contained in:
André Hilbig 2015-06-17 17:13:11 +02:00
parent 689e8544c0
commit ec44cee660
11 changed files with 100 additions and 0 deletions

View File

@ -270,5 +270,11 @@
%{\addcontentsline{toc}{subsubsection}{Rollenbeschreibung Rootserver}
\includepdf[doublepages,nup=1x2,frame=true]{routing/rootserver.pdf}
\end{exercise}
\begin{exercise}[title=Spioncamp,label=ex:spioncamp]
\textbf{Material:}
\includepdf[landscape]{spioncamp/stations-protokoll.pdf}
\end{exercise}
\end{lecture exercises}

0
kryptoprojekt-script.out Normal file
View File

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

View File

@ -0,0 +1,94 @@
\documentclass{scrartcl}
\usepackage{spioncamp}
\usepackage{paralist}
\geometry{includehead=false,landscape,bottom=0.4cm,top=1cm,right=1cm,left=3cm,
marginparwidth=2.3cm,
nomarginpar=false,
}
\usepackage{smartdiagram}
\begin{document}
\twocolumn
\title{Spioncamp}
\subtitle{Protokoll}
\marginpar{\includegraphics[width=2cm]{abbildungen/SpionCamp-OhneBUW.pdf}}
\ifoot{}\cfoot{}\ofoot{}
\ihead{}\ohead{}
%\begin{minipage}{0.5\textwidth}
\begin{itemize}
\item Die folgenden Stationen \textbf{müssen} bearbeitet werden.
\begin{enumerate}
\item Lies dir dazu die Erklärungen zu den Stationen gründlich durch.
\item Bearbeite die Aufgaben.
\end{enumerate}
\end{itemize}
%\end{minipage}
%\begin{minipage}{0.5\textwidth}
\begin{center}
\smartdiagram[bubble diagram]{
\large{\textsc{Spioncamp}},
Codierung,
Substitution\\\footnotesize{(monoalphabetisch)},
Substitution\\\footnotesize{(polyalphabetisch)},
Transposition,
Schlüssel-\\austausch
}
\end{center}
\begin{itemize}
\item Die folgenden Stationen \textbf{können} bearbeitet werden.
\end{itemize}
\begin{center}
\smartdiagramset{set color list={green!60!lime,orange!50!red}}
\smartdiagram[bubble diagram]{
\textsc{Spioncamp}\\(freiwillig),
Steganographie,
Substitution\\\footnotesize{(bigraphisch)}
}
\end{center}
%\end{minipage}
\smartdiagramset{use predefined color list,
description title width=3cm,
description title text width=2.8cm,
description text width=8cm,
descriptive items y sep=2.4,
description title font=\normalfont,
}
\begin{minipage}{\textwidth}
\textbf{Pflicht:}
\smartdiagram[descriptive diagram]{
{Codierung,{Es muss mindestens eine Codierung bearbeitet werden: Braille, Morse oder
Winkeralphabet.}},
{Substitution\\\footnotesize{(monoalphabetisch)},{Es muss mindestens eine
monoalphabetische Verschlüsselung bearbeitet werden: Ceaser oder Freimaurer.}},
{Substitution\\\footnotesize{(polyalphabetisch)},{Es muss mindestens eine
polyalphabetische Verschlüsselung bearbeitet werden: Vigenère oder Rotor
(Enigma).}},
{Transposition,{Es muss mindestens eine Transposition bearbeitet werden: Skytale,
Schablone oder Pflügen.}},
{Schlüsselaustausch,{Es muss als \textbf{erstes} Modulo und als \textbf{zweites}
Diffie"~Hellman bearbeitet werden.}},
}
\smartdiagramset{use predefined color list,
description title width=3cm,
description title text width=2.8cm,
description text width=8cm,
descriptive items y sep=2,
description title font=\normalfont,
set color list={green!60!lime,orange!50!red}
}
\textbf{Freiwillig:}
\smartdiagram[descriptive diagram]{
{Steganographie,{Freiwillig kann Playfair bearbeitet werden.}},
{Substitution\\\footnotesize{(bigraphisch)},{Frewillig kann Steganographie bearbeitet
werden.}},
}
\end{minipage}
\end{document}

View File

Binary file not shown.

Binary file not shown.