1
0

tex: extend practical part intro

This commit is contained in:
surtur 2023-08-11 00:48:07 +02:00
parent d44ae7a616
commit afa947e7e3
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -3,10 +3,14 @@
\n{1}{Introduction}
As a part of the task was to build an actual Password Compromise Monitoring
Tool, the development process, the tools used and the outcome are all described
in the following sections. There is also a section concerned with application
architecture, whereby relevant choices and decision motifs are explained.
A part of the task of this thesis was to build an actual Password Compromise
Monitoring Tool. Therefore, the development process, the tools and practices
used generally, and with more specificity the outcome are all described in the
following sections. A whole section is dedicated to application architecture,
whereby relevant engineering choices are justified and motifs preceding the
decisions are explained. This part then flows into recommendations for more of
a production deployment and concludes by describing the validation methods
chosen and used to ensure correctness and stability of the program.
\n{2}{Kudos}
@ -36,8 +40,8 @@ choice, \texttt{kitty}. The development machines ran a recent installation of
\textit{Arch Linux (by the way)} and Fedora 38, both using a \texttt{6.3.x}
XanMod variant of the Linux kernel.
\footnotetext{\textbf{Disclaimer:} the author is not affiliated in any way with any
of the projects described on this page.}
\footnotetext{\textbf{Disclaimer:} the author is not affiliated with any of the
projects mentioned on this page.}
\n{1}{Development}