\documentclass{llncs} \usepackage{amsmath} \usepackage{amssymb} %\usepackage{psfrag} %\usepackage{graphicx} %\usepackage{color} %\usepackage{subfigure} %\usepackage[latin1]{inputenc} % Sonderzeichen, Umlaute \usepackage[utf8x]{inputenc} % Sonderzeichen, Umlaute \usepackage{hyperref} \usepackage{placeins} \usepackage[usenames,dvipsnames,svgnames,table]{xcolor} \definecolor{green}{RGB}{32,113,10} \definecolor{orange}{RGB}{251,111,16} \definecolor{red}{RGB}{247,56,0} \definecolor{blue}{RGB}{0,28,128} \pagenumbering{arabic} \pagestyle{plain} \newcommand{\todo}[1]{\marginpar{\textbf{TODO!}}\parbox{\columnwidth}{\textbf{\textsc{\textcolor{red}{(TODO: #1)}}}}} % Auskommentieren: \newcommand{\ignorethis}[1]{} \newcommand{\needcite}{\todo{Need citation!}} \begin{document} \title{Applied Crypto Hardening} \author{ Manuel Koschuch\inst{1}, Adi Kriegisch\inst{2}, L. Aaron Kaplan\inst{3}, Tobias Dussa\inst{4}, Heiko Reese\inst{4}} \institute{ FH Campus Wien \and VRVis \and CERT.at \and Karlsruhe Institute of Technology } \maketitle \input{abstract} \input{disclaimer} \input{motivation} \input{methods} \input{overview_common_crypto_systems} \input{keylengths} \input{RNGs} \input{practical_settings} \input{PKIs} \input{tools} \input{further_research} \input{reviewers} \bibliography{applied-crypto-hardening} \end{document}