commit 12ee4aa689173ea237909387be6489a5d4fa6756 Author: Loïc Guibert Date: Wed Feb 19 23:05:57 2020 +0100 first commit diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98938c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,276 @@ +ESCoS-RSU* + +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +#.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# comment +*.cut + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs +*.lzo +*.lzs + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) + *.ist + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.gtex + +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Comment the next line if you want to keep your tikz graphics files +*.tikz +*-tikzDictionary + +# listings +*.lol + +# luatexja-ruby +*.ltjruby + +# makeidx +*.idx +*.ilg +*.ind + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# nomencl +*.nlg +*.nlo +*.nls + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# tcolorbox +*.listing + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# vhistory +*.hst +*.ver + +# easy-todo +*.lod + +# xcolor +*.xcp + +# xmpincl +*.xmpi + +# xindy +*.xdy + +# xypic precompiled matrices and outlines +*.xyc +*.xyd + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# LyX +*.lyx~ + +# Kile +*.backup + +# gummi +.*.swp + +# KBibTeX +*~[0-9]* + +# auto folder when using emacs and auctex +./auto/* +*.el + +# expex forward references with \gathertags +*-tags.tex + +# standalone packages +*.sta + +# Makeindex log files +*.lpz + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3e75217 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +TEX = pdflatex -shell-escape -interaction=nonstopmode -file-line-error +BIB = biber + +pdf: + $(TEX) main.tex +all: + $(TEX) main.tex diff --git a/chapters/code.tex b/chapters/code.tex new file mode 100644 index 0000000..22638aa --- /dev/null +++ b/chapters/code.tex @@ -0,0 +1,6 @@ +% Encoding: UTF-8 + +%\lstinputlisting[language=Python, caption=Python code]{/home/loic/Documents/projects/heia-fr/secit/labo01-RSA/all.py} + +\newpage + diff --git a/commands/commands.tex b/commands/commands.tex new file mode 100644 index 0000000..600a020 --- /dev/null +++ b/commands/commands.tex @@ -0,0 +1,11 @@ +%----------------- +% Your infos +%---------------- +\newcommand{\courseName}{Sécurité IT 2} +\newcommand{\filiere}{Filière Télécommunication, Internet et Communication} +\newcommand{\projectname}{Labo 01 - RSA} +\newcommand{\schoolyear}{2019-2020} +\newcommand{\professorName}{Jean-Roland Schuler} +\newcommand{\studentNameA}{Loïc Guibert} +\newcommand{\studentNameB}{Raphaël Pittet} +\newcommand{\studentNameC}{Célestin Rumo} diff --git a/coverpage/coverpage.tex b/coverpage/coverpage.tex new file mode 100644 index 0000000..98cda14 --- /dev/null +++ b/coverpage/coverpage.tex @@ -0,0 +1,81 @@ +%%FROM +% WikiBooks (LaTeX - Title Creation) with modifications by: +% Vel (vel@latextemplates.com) + + +% Defines a new command for horizontal lines, change thickness here +\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} + +% Suppresses displaying the page number on the title page and the subsequent page counts as page 1 +\begin{titlepage} + % Centre everything on the page + \begin{center} + + %------------------------------------------------ + % Headings + %------------------------------------------------ + + % Main heading such as the name of your university/college + \includegraphics[width=1\textwidth]{heia.png}\\[1cm] + + \large \filiere\\[0.4cm] + + \large \schoolyear\\ + \vspace{2cm} + + %------------------------------------------------ + % Title + %------------------------------------------------ + + \HRule\\[0.4cm] + + {\huge\bfseries \projectname}\\ + + \vspace{0.1cm} + + \large \courseName \\ + + \HRule\\[1.5cm] + \vspace{2cm} + + %------------------------------------------------ + % Author(s) + %------------------------------------------------ + + \begin{minipage}{1\textwidth} + + \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r } + + \textit{\textbf{Auteurs}} \medskip & \textit{\textbf{Professeur}} \\ + + \studentNameA & \professorName \\ + \studentNameB & \\ + \studentNameC & \\ + + \end{tabular*} + \end{minipage} + + %------------------------------------------------ + % Date + %------------------------------------------------ + \vfill\vfill\vfill % Position the date 3/4 down the remaining page + + \end{center} + + %\today Date, change the \today to a set date if you want to be precise + + \begin{minipage}{1\textwidth} + + \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r } + + \textit{\textbf{\large{Fribourg, Le {\today}}}} \\ + + \end{tabular*} + \end{minipage} + + + %---------------------------------------------------------------------------------------- + + \vfill % Push the date up 1/4 of the remaining page + +\end{titlepage} diff --git a/crypted_nopadding.txt b/crypted_nopadding.txt new file mode 100644 index 0000000..3dbea52 --- /dev/null +++ b/crypted_nopadding.txt @@ -0,0 +1 @@ + ?ZRnz.=o}@\:sw S. ̔M!!