103 lines
2.9 KiB
TeX
103 lines
2.9 KiB
TeX
\documentclass[submission]{iacrtrans}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[
|
|
backend=biber,
|
|
style=numeric,
|
|
natbib=true,
|
|
url=false,
|
|
doi=true,
|
|
eprint=false
|
|
]{biblatex}
|
|
\addbibresource{paper.bib}
|
|
\usepackage{amssymb,amsmath}
|
|
\usepackage{eurosym}
|
|
\usepackage{wasysym}
|
|
\usepackage[binary-units]{siunitx}
|
|
\usepackage{commath}
|
|
\usepackage{graphicx,color}
|
|
\usepackage{colortbl}
|
|
\usepackage{subcaption}
|
|
\usepackage{placeins}
|
|
\usepackage{array}
|
|
\usepackage{censor}
|
|
\usepackage{hyperref}
|
|
\usepackage{makecell}
|
|
|
|
\DeclareSIUnit{\baud}{Bd}
|
|
\DeclareSIUnit{\year}{a}
|
|
\DeclareSIUnit{\rpm}{rpm}
|
|
\renewcommand{\floatpagefraction}{.8}
|
|
\newcommand{\degree}{\ensuremath{^\circ}}
|
|
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
|
|
\newcommand{\partno}[1]{\textsf{\small#1}}
|
|
\newcommand{\price}[2]{#1 #2}
|
|
\newcommand{\todo}[1]{\textbf{TODO}\footnote{#1}}
|
|
|
|
% By default, our biblatex style will print "In: [name of proceedings]. [year] [name of event]" for every conference
|
|
% paper. Since the name of the proceedings is usually near-identical to the name of the event, this adds a lot of noise.
|
|
% Suppress the name of the proceedings when both are given.
|
|
\AtEveryBibitem{
|
|
\ifentrytype{inproceedings}{
|
|
\iffieldundef{booktitle}{
|
|
}{
|
|
\iffieldundef{eventtitle}{
|
|
}{
|
|
\clearfield{booktitle}
|
|
}
|
|
}
|
|
}{
|
|
}}
|
|
|
|
\begin{document}
|
|
|
|
\author{Jan Sebastian Götte\inst{1} \and Björn Scheuermann\inst{2}}
|
|
\institute{Technical University of Darmstadt, Darmstadt, Germany, \email{research@jaseg.de}\and
|
|
Technical University of Darmstadt, Darmstadt, Germany, \email{bjoern.scheuermann@kom.tu-darmstadt.de}}
|
|
\title{Tamper Sensing Mesh Implementations in the Wild}
|
|
\keywords{Tamper Sensing\and Tamper Response\and Physical Security\and Security Mesh\and Hardware Security Module
|
|
(HSM)\and FIPS 140-2/3\and ISO/IEC 24759\and PCI PTS HSM MSR}
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
\end{abstract}
|
|
|
|
\section{Introduction}
|
|
|
|
\section{Related Work}
|
|
\subsection{Security Mesh Manufacturing}
|
|
\subsection{Security Mesh Monitoring}
|
|
\subsection{Other Tamper Sensing Techniques}
|
|
\subsection{Hardware Security Module Applications}
|
|
\subsection{The Patent Landscape}
|
|
|
|
\section{The Principles of Security Mesh Construction and Monitoring}
|
|
|
|
\section{Methodology}
|
|
|
|
\section{Selected Samples}
|
|
|
|
|
|
|
|
\section{Analysis Results}
|
|
|
|
\section{Interpretation}
|
|
|
|
\section{Conclusion}
|
|
|
|
|
|
\section*{Availability}
|
|
This is version \texttt{\input{version.tex}\unskip} of this paper, generated on \today. The git repository with the
|
|
LaTeX source for this paper, all hardware design files, and firmware and analysis source code can be found at:
|
|
|
|
\center{Note: URL elided for peer review}
|
|
% \center{\url{https://git.jaseg.de/ihsm-sampling-mesh-monitor-hw.git}}
|
|
\FloatBarrier
|
|
|
|
\printbibliography[heading=bibintoc]
|
|
|
|
\appendix
|
|
\section{Additional photos}
|
|
\label{appendix_photos}
|
|
|
|
\end{document}
|