Skip to content

Commit 38890c6

Browse files
committed
Fix typos
1 parent aa855fb commit 38890c6

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

Thesis/BP_Kolárik_Martin_2020.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
\MakeOuterQuote{"}
4444

4545
% glossaries
46-
%\usepackage{graphicx}
4746
\usepackage[acronym,nonumberlist,toc,numberedsection=autolabel,docdef=restricted]{glossaries-extra}
48-
%\usepackage{hyperref}
4947
\makeglossaries
5048
\glssetcategoryattribute{general}{glossdesc}{firstuc}
5149
\setabbreviationstyle[acronym]{long-short}

Thesis/content/conclusion.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
In \autoref{ch:implementation}, we fulfilled the final goal, which was implementing
2020
the KeePass plugin. We have found, however, that due to restrictions on access to FIDO2
2121
devices in the recent versions of Windows, the plugin will only work when running
22-
under a privileged account. In \autoref{ch:test-cases}, we described test cases,
22+
under a privileged account. In \autoref{ch:testing}, we described test cases,
2323
which can be used to verify the plugin functions correctly.
2424

2525
Even though the work meets all initial goals and was done in the "best possible" way,

Thesis/content/implementation.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ \section{Plugin architecture}\label{sec:plugin-architecture}
7171
Second, because libfido2 is an unmanaged DLL written in C, we would need to create a wrapper class acting as an
7272
intermediary between the unmanaged \glsxtrshort{dll}, and the managed C\# code~\cite{microsoft:unmanaged-dll}.
7373

74-
By implementing the device communicator as a separate executable, we allow the plugin\textemdash and consequently, KeePass
75-
\textemdash to run under a regular account and greatly reduce the amount of code running in a privileged context.
74+
By implementing the device communicator as a separate executable, we allow the plugin\textemdash and consequently,
75+
KeePass\textemdash to run under a regular account and greatly reduce the amount of code running in a privileged context.
7676

7777
The plugin module extends the KeePass user interface by adding a new entry "KeePassFIDO2 Options" to the "Tools" menu. After selecting this entry,
7878
the user can associate a new authenticator with the currently open database. To do so, they need to click the corresponding button

Thesis/content/introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
which are able to securely generate, store, and later find and use the correct credentials for each service,
3232
while completely hiding the technical aspects from the end-users.
3333

34-
This approach provides several advantages over passwords, including complete elimination of phishing attack,
34+
This approach provides several advantages over passwords, including complete elimination of phishing attacks,
3535
while keeping a great level of usability\textemdash from the users' perspective, using the device involves only connecting it to the computer and unlocking it with a short PIN when prompted.
3636

3737
The current issue with FIDO2 is that being a very new technology\textemdash de\-sig\-na\-ted as an official web standard in March 2019\textemdash even if it becomes successful,

0 commit comments

Comments
 (0)