Browse Source

first commit of long presentation

master
Michael Preisach 6 years ago
parent
commit
95fab3d881
  1. 62
      presentation/191119_long/header.tex
  2. BIN
      presentation/191119_long/long.pdf
  3. 72
      presentation/191119_long/long.tex
  4. 60979
      references/2014_Book_TrustAndTrustworthyComputing.pdf
  5. BIN
      references/TPM2.0 Reference/TCG_PCClientSpecPlat_TPM_2p0_1p04_pub.pdf

62
presentation/191119_long/header.tex

@ -0,0 +1,62 @@
\usepackage[naustrian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%Designvorlage
\usetheme{Boadilla}
%Font Typeface
\usepackage{paratype}
\usepackage{graphicx}
\usepackage{url}
\usepackage{pgfpages}
\usepackage{lmodern}
\usepackage{listings}
\usepackage{marvosym}
\usepackage{textcomp}
\usepackage{tikz}
\usepackage{geometry}
\usepackage{layout}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{textcomp}
%properties for listings:
\lstset{
language=[LaTeX]TeX, %language
basicstyle=\footnotesize\ttfamily, %common font style
xleftmargin=8pt,
numbers=left, %line numbers
numberstyle=\tiny,
numberfirstline=true,
stepnumber=1,
numbersep=5pt,
tabsize=2, %size of tabulator
columns=flexible,
upquote=true,
literate= %Umlauts in source files
{Ö}{{\"O}}1
{Ä}{{\"A}}1
{Ü}{{\"U}}1
{ß}{{\ss}}2
{ü}{{\"u}}1
{ä}{{\"a}}1
{ö}{{\"o}}1
}
%Beamer preferences
\AtBeginSection[]
{
\begin{frame}
\frametitle{Inhalt}
\tableofcontents[
currentsection,
sectionstyle=show/show,
hideothersubsections]
\end{frame}
}

BIN
presentation/191119_long/long.pdf

Binary file not shown.

72
presentation/191119_long/long.tex

@ -0,0 +1,72 @@
\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{November 19, 2019}
\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{Recap: Trust inside Biometric Sensor}
\begin{itemize}
\item manufacturer of TPM holds certificate
\item TPM holds measurements of boot chain in PCR
\begin{itemize}
\item CRTM measures BIOS
\item BIOS measures MBR/EFI Bootloader
\item bootloader measures Kernel (Grub 2.04 supports TPM2)
\item Kernel measures libs, executables, \ldots
\end{itemize}
\item TPM Quote: summarize the PCR state and sign it with TPM Endorsement Key (EK)
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Problem: Create trust beween BS and PA}
\begin{itemize}
\item network discovery
\item \textbf{no Knowledge about BS}
\begin{itemize}
\item \textbf{Hardware}
\item \textbf{Software}
\item \textbf{Am I talking to a valid BS}
\item Correct client to certify identity for given biometric data
\end{itemize}
\item \textbf{BS faces same problem with PA}
\item establish a secure channel to submit sensitive data
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Solution: Direct Anonymous Attestation (DAA)}
\begin{itemize}
\item based on group signatures
\item Zero Knowledge Proof to verify group membership
\item defines 3 Parties
\begin{itemize}
\item Issuer: provides public key for a group (e.g. all Biometric Sensors) and manages group memberships
\item Member: holds a group private key to sign messages (e.g. a Biometric Sensor)
\item Verifier: knows the group public key and is able to verify correctness of signature (e.g. Personal Agent)
\end{itemize}
\item used DAA is based on Elliptic Curves (ECDAA)
\end{itemize}
\end{frame}
\end{document}

60979
references/2014_Book_TrustAndTrustworthyComputing.pdf

File diff suppressed because one or more lines are too long

BIN
references/TPM2.0 Reference/TCG_PCClientSpecPlat_TPM_2p0_1p04_pub.pdf

Binary file not shown.
Loading…
Cancel
Save