diff --git a/assets/figures/asymmetric-end-to-end-communication.png b/assets/figures/asymmetric-end-to-end-communication.png new file mode 100644 index 0000000..a33db96 Binary files /dev/null and b/assets/figures/asymmetric-end-to-end-communication.png differ diff --git a/assets/figures/asymmetric-key-generation.png b/assets/figures/asymmetric-key-generation.png new file mode 100644 index 0000000..72f75d4 Binary files /dev/null and b/assets/figures/asymmetric-key-generation.png differ diff --git a/chapters/2.theoretical-background/2.2.asymmetric-cryptography.tex b/chapters/2.theoretical-background/2.2.asymmetric-cryptography.tex index 91f1bdb..85f61c2 100644 --- a/chapters/2.theoretical-background/2.2.asymmetric-cryptography.tex +++ b/chapters/2.theoretical-background/2.2.asymmetric-cryptography.tex @@ -9,7 +9,11 @@ Η δημιουργία ενός ζεύγους κλειδιών επιτυγχάνεται μέσω μιας \textit{γεννήτριας κλειδιών} (key generation function), η οποία χρησιμοποιεί ειδικούς αλγορίθμους (π.χ. RSA), δεχόμενη ως είσοδο έναν τυχαίο αριθμό. Από τα παραχθέντα κλειδιά, το δημόσιο γνωστοποιείται σε τρίτους, ενώ το ιδιωτικό παραμένει μυστικό. -% TODO: insert diagram +\begin{figure}[H] + \centering + \includegraphics[width=15cm]{asymmetric-key-generation.png} + \caption{Παραγωγή ασύμμετρου ζεύγους κλειδιών} +\end{figure} Ο χρήστης μπορεί να χρησιμοποιήσει τα κλειδιά για δύο βασικούς σκοπούς: @@ -24,3 +28,9 @@ Με τον συνδυασμό των παραπάνω, λέμε ότι δύο χρήστες μπορούν να επικοινωνούν μεταξύ τους με \textit{κρυπτογράφηση απ' άκρη σ' άκρη} (end to end encryption). +\begin{figure}[H] + \centering + \includegraphics[width=15cm]{asymmetric-end-to-end-communication.png} + \caption{Κρυπτογράφηση απ' άκρη σ' άκρη} +\end{figure} + diff --git a/thesis-general.sty b/thesis-general.sty index 5f99e90..85c45ea 100644 --- a/thesis-general.sty +++ b/thesis-general.sty @@ -8,3 +8,4 @@ \usepackage{authblk} % Support for footnote style author/affiliation \usepackage{enumitem} % For item lists \usepackage{greek-enumerate} % Greek enumeration for ordered item lists +\usepackage{float} % Fpr \begin{figure}[H] diff --git a/thesis.pdf b/thesis.pdf index c3bcb16..8eac869 100644 Binary files a/thesis.pdf and b/thesis.pdf differ diff --git a/thesis.tex b/thesis.tex index 488885d..6ae0e2a 100644 --- a/thesis.tex +++ b/thesis.tex @@ -9,6 +9,8 @@ % Paper size and margins \geometry{a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm,right=2.2cm} +\graphicspath{{assets/figures}} + \input{thesis-details} \begin{document}