Master Thesis as published at INS in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

72 lines
1.8 KiB

\documentclass[naustrian,notes]{beamer}
\input{header}
%Titelinformationen
\title[Digidow Biometric Sensor]{Digital Shadow: Biometric Sensor}
\subtitle{Master's Thesis Seminar}
\author[Michael Preisach]{Michael Preisach}
\date{June 19, 2018}
\institute[INS]{\includegraphics[width=0.1\textwidth]{../../resources/ins}}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Project Overview Digital Shadow}
\begin{figure}
\centering
\includegraphics[width=0.9\textwidth]{../../resources/globalview}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{Biometric Sensor: Tasks}
\begin{figure}
\centering
\includegraphics[height=0.8\textheight]{../../resources/overview.pdf}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{Focus of this Thesis}
\begin{itemize}
\item Measured Boot with TPM and GRUB
\item measure all relevant software parts
\item extract the data of a biometric sensor
\item send sensor data to Personal Agent
\item cryptographic verification of running software
\item \ldots
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{State of the Project: What is done}
\begin{itemize}
\item bought small PC with separate TPM 2.0
\item installed a version of GRUB with TPM 2.0 support
\item learned Rust programming language
\item read parts of the book \emph{Trusted Computing Platforms -
TPM2.0 in Context}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{State of the Project: Problems and Next Steps}
\begin{itemize}
\item bought hardware does weird things with the TPM
(Communication with the service desk of the manufacturer ongoing)
\item special version of GRUB is not yet booting properly
\item when GRUB is booting properly, Rust should access the
written registers in the TPM and generate the checksum
\end{itemize}
\end{frame}
\end{document}