This commit is contained in:
2025-07-07 12:22:25 +02:00
commit eaed1f6c7d
22 changed files with 624 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
\begin{titlepage}
\begin{center}
\includegraphics[scale=1]{content/Bilder/IBSLogo}\\[1ex]
\LARGE{\studiengang} \studienjahr\\[4ex]
\huge{\textbf{\titel}}\\[1.5ex]
\Large{\textbf{\untertitel}}\\[4ex]
\normalsize
\abgabeOrt, den \abgabeTermin\\[3em]
\textbf{\autorName}\\
\matrikelnummer\\[1.5ex]
\modul\\
\dozent
\vfill
%\textbf{Ausbildungsbetrieb:}\\[2ex]
%\includegraphics[scale=0.05]{\betriebLogo}\\[2ex]
%\betriebName\\
%\betriebAnschrift\\
%\betriebOrt\\[5em]
\end{center}
\small
%Dieses Werk, einschließlich seiner Teile, ist \textbf{urheberrechtlich geschützt}.
%Jede Verwertung außerhalb der engen Grenzen des Urheberrechtsgesetzes ist ohne
%Zustimmung des Autors unzulässig und strafbar. Das gilt insbesondere für
%Vervielfältigungen, Übersetzungen, Mikroverfilmungen sowie die Einspeicherung
%und Verarbeitung in elektronischen Systemen.
\end{titlepage}

View File

@@ -0,0 +1,28 @@
% !TEX root = Projektdokumentation.tex
% Hinweis: der Titel muss zum Inhalt des Projekts passen und den zentralen Inhalt des Projekts deutlich herausstellen
\newcommand{\titel}{Moderne Authentifizierungsverfahren:} % #######################
\newcommand{\untertitel}{FIDO2, biometrische Verfahren und Multi-Faktor-Authentifizierung}
\newcommand{\kompletterTitel}{\titel{}}
\newcommand{\autorName}{Dominik Horn}
\newcommand{\autorAnschrift}{}
\newcommand{\autorOrt}{}
\newcommand{\studienjahr}{WI2022}
\newcommand{\matrikelnummer}{WI202207409} %TODO: Matrikelnummer nachschauen
\newcommand{\betriebLogo}{content/Bilder/BTC_Logo.png}
\newcommand{\betriebName}{BTC Business Technology Consulting AG}
\newcommand{\betriebAnschrift}{Escherweg 5}
\newcommand{\betriebOrt}{26121 Oldenburg}
\newcommand{\uni}{IBS IT \& Business School Oldenburg}
\newcommand{\uniLogo}{Bilder/IBS_Logo.png}
\newcommand{\studiengang}{Duales Studium Wirtschaftsinformatik}
\newcommand{\ausbildungsberuf}{Fachinformatiker Systemintegration}
\newcommand{\abgabeOrt}{Oldenburg}
\newcommand{\abgabeTermin}{\today} % #######################
\newcommand{\modul}{Modul: Informationssicherheit II} % #######################
\newcommand{\dozent}{Dozent: Christofer Fleischhauer} % #######################

View File

@@ -0,0 +1 @@
\section{Einleitung}\label{sec:einleitung}

View File

@@ -0,0 +1,2 @@
\section{Grundlagen der Authentifizierung}\label{sec:grundlagen-der-authentifizierung}

View File

@@ -0,0 +1 @@
\section{Moderne Authentifizierungsverfahren Überblick}\label{sec:moderne-authentifizierungsverfahren--uberblick}

View File

@@ -0,0 +1 @@
\section{FIDO2}\label{sec:fido2}

View File

@@ -0,0 +1 @@
\section{Biometrische Authentifizierungsverfahren}\label{sec:biometrische-authentifizierungsverfahren}

View File

@@ -0,0 +1,2 @@
\section{Multi-Faktor-Authentifizierung}\label{sec:multi-faktor-authentifizierung}

View File

@@ -0,0 +1 @@
\section{Vergleich und Bewertung der Verfahren}\label{sec:vergleich-und-bewertung-der-verfahren}

View File

@@ -0,0 +1,2 @@
\section{Ausblick}\label{sec:ausblick}

View File

@@ -0,0 +1 @@
\section{Fazit}\label{sec:fazit}

View File

@@ -0,0 +1,9 @@
\clearpage
\section*{Anhang}
\appendix

BIN
content/Bilder/IBSLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,17 @@
\begin{acronym}
\acro{aci}[ACI]{Azure Container Instances}
\acro{acr}[ACR]{Azure Container Registry}
\acro{aks}[AKS]{Azure Kubernetes Service}
%\acro{API}{Application Programming Interface}
\acro{bits}[BITS]{BTC IT Services GmbH}
\acro{cli}[CLI]{Command Line Interface}
\acro{db}[DB]{Datenbank}
\acro{dns}[DNS]{Domain Name System}
\acro{dsl}[DSL]{Domänenspezifische Sprache}
\acro{mps}[MPS]{Managed Platform Services}
\acro{sku}[SKU]{Stock Keeping Units}
\acro{vm}[VM]{Virtuelle Maschine}
\end{acronym}

0
content/glossar.tex Normal file
View File