-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathressources.html
233 lines (205 loc) · 9.84 KB
/
ressources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html>
<head>
<title>archX</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/label.css">
</head>
<body>
<style>
td, th {
padding: 1em;
}
thead {
background-color: #557CBA;
}
tfoot {
background-color: red;
}
a {
color: black;
}
</style>
<header>
<!-- Toolbar -->
<nav>
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="open-source.html">Open Source</a>
<a href="forum.html">Forum</a>
<a href="article.html">Articles</a>
<a href="write-up.html">Write-up</a>
<a href="ressources.html">Ressources</a>
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
<span id="theme-icon">🌙</span>
</button>
</nav>
</header>
<section>
<h1 class="page-title">Ressources</h1>
<p>Welcome to my library, I'm storing nice reading and papers I had to used for my project</p>
</section>
<h2>Research tips</h2>
<p>This is a few tips for searching a document by yourself:</p>
<ul>
<li>
<p>User filetype=pdf in your research. You will find exclusively some pdf and you can find all the book that
your looking for. Try it with the search bar below. For example: Mathematics of Public Key Cryptography
filetype=pdf</p>
</li>
<li>
<p>Use different search engine like duckduckgo or yandex</p>
</li>
<li>
<p>Find website with pdf database. Example: <a href="https://eprint.iacr.org/complete/"> ePrint</a>, <a
href="https://datatracker.ietf.org/">IETF datatracker</a> and <a href="https://www.pdfdrive.com/">pdfdrive.com</a>
</p>
</li>
</ul>
<form action="https://duckduckgo.com/" method="get" id="form-search">
<input type="text" name="q" id="input-search">
<button id="submit-search">Search</button>
</form>
<table>
<thead>
<tr>
<th>Title</th>
<th>Author(s)</th>
<th>Posted</th>
<th>Description</th>
<th>Link</th>
</tr>
</thead>
<tbody style="background-color : #bc5041;">
<tr>
<td>SERIOUS CRYPTOGRAPHY a Practical: Introduction to Modern Encryption</td>
<td>Jean-Philippe Aumasson</td>
<td>2018</td>
<td>Interesting book for beginner in cryptography. Talk about classic, modern and quantum cryptography with
example of application in python or golang. Every thing is pretty easy to understand and it give you a
really good overview of cryptography.
</td>
<td><a href="https://palaiologos.rocks/library/Serious%20Cryptography%20Jean-Philippe%20Aumasson.pdf" target="_blank"> LINK</a></td>
</tr>
<tr>
<td>Mathematics of Public Key Cryptography</td>
<td> Steven Galbraith</td>
<td>2012</td>
<td> This book gives a rigorous presentation of most of the mathematics underlying public
key cryptography. Our main focus is mathematics. We put mathematical precision and
rigour ahead of generality, practical issues in real-world cryptography, or algorithmic
optimality.
</td>
<td><a href="https://www.math.auckland.ac.nz/~sgal018/crypto-book/main.pdf" target="_blank">LINK</a></td>
</tr>
<tr>
<td>An Introduction to Mathematical Cryptography</td>
<td>Hoffstein, Jeffrey, Pipher, Jill, Silverman, J.H</td>
<td></td>
<td>Detailed introduction to elliptic curves and how they're used in cryptography, including the “hot” recent
topic of elliptic curve pairing-based cryptography
Detailed introduction to lattices and lattice based cryptography. Provides an entry for graduate students
into an active field of research. Includes exercises and examples at the end of each section. A standard
reference for researchers in the field. May be implemented in a classroom setting or independent study
</td>
<td><a href="https://link.springer.com/book/10.1007/978-1-4939-1711-2"
target="_blank"> LINK</a></td>
</tr>
</tbody>
<tbody style="background-color : #d2aa85;">
<tr>
<td>Understanding Quantum Technologies</td>
<td>Olivier Ezratty</td>
<td>27 september 2021</td>
<td>Olivier Ezratty advises and trains businesses and public services in the development of their innovation
strategies
around deep techs and, in particular, quantum technologies. He brings them a 360° understanding of
scientific,
technology, marketing as well as ecosystems development.
</td>
<td><a href="https://www.oezratty.net/wordpress/2021/understanding-quantum-technologies-2021/" target="_blank">
LINK</a></td>
</tr>
<tr>
<td>Introductory Quantum Computing</td>
<td>#</td>
<td>#</td>
<td>This online document helps the absolute beginners to persue in the future direction in coding and Quantum
Computing. The lesson starts with fundamental of qubits, quantum gates and quantum circuits and quantum
algorithms.
</td>
<td><a href="https://q4quanta.github.io/qcdocs/" target="_blank"> LINK</a></td>
</tr>
</tbody>
<tbody style="background-color: #9361ef;">
<tr>
<td>🇫🇷 Animal crossing est NP difficile</td>
<td>#</td>
<td>#</td>
<td>Bien entendu, dire qu’Animal Crossing est NP-Difficile est un abus de
langage... Cependant, les mécaniques du jeu sont assez complexes pour rapidement faire émerger de tels
problèmes ! Voyons cela !
</td>
<td><a href="https://bl4omarchie.github.io/archX/pdf/animal_crossing.pdf" target=_blank> LINK</a></td>
</tr>
<tr>
<td>🇫🇷 PGCD - PPCM Théorèmes de Bézout et de Gauss</td>
<td>Paul Milan</td>
<td>15 juillet 2016</td>
<td>Cours avec démonstration du PGCD, PPCM, théorème de Bézout et de Gauss. Théorie des nombres et arithmétique
modulaire
</td>
<td>
<a href="https://www.lyceedadultes.fr/sitepedagogique/documents/math/mathTermSspe/02_PGCD_PPCM/02_cours_pgcd_ppcm_bezout_gauss.pdf"
target="_blank"> LINK</a></td>
</tr>
</tbody>
<tbody style="background-color : #0e95c1;">
<tr>
<td>Digital Signature Standard -<br/>FIPS PUB 186-4</td>
<td>NIST</td>
<td>July 2013</td>
<td>This Standard specifies a suite of algorithms that can be used to generate a digital signature.
Digital signatures are used to detect unauthorized modifications to data and to authenticate the
identity of the signatory. This standard also specifies DSA (digital signature algorithm) which is used to
implemente public key cryptography more securelly such as RSA, DH or EC.
</td>
<td><a href="https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.186-4.pdf" target="_blank">LINK</a></td>
</tr>
<tr>
<td>Recommendation for Pair-Wise Key Establishment Using Integer Factorization Cryptography</td>
<td>NIST</td>
<td>March 2019</td>
<td>This Recommendation specifies key -establishment schemes using integer factorization
cryptography (in particular, RSA). Both key- agreement and key transport schemes are specified for pairs of
entities, and methods for key confirmation are included to provide assurance that both parties share the
same keying material. In addition, the security properties associated with each scheme are provided.
</td>
<td><a href="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Br2.pdf" target="_blank">
LINK</a></td>
</tr>
<tr>
<td>Announcing the ADVANCED ENCRYPTION STANDARD (AES)</td>
<td>NIST</td>
<td>November 26, 2001</td>
<td>FIPS approved standard for the The Advanced Encryption Standard (AES) cryptographic algorithm</td>
<td><a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197.pdf" target="_blank"> LINK</a></td>
</tr>
<tr>
<td>PKCS #1: RSA Cryptography Specifications Version 2.2 - rfc8017</td>
<td>Kathleen M. Moriarty, Burt Kaliski, Jakob Jonsson, Andreas Rusch</td>
<td>November 2016</td>
<td>This document provides recommendations for the implementation of public-key cryptography based on the RSA
algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1
syntax for representing keys and for identifying the schemes.
<br/>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography
Standards (PKCS) series..
</td>
<td><a href="https://datatracker.ietf.org/doc/pdf/draft-moriarty-pkcs1-01.pdf" target="_blank">LINK</a></td>
</tr>
</tbody>
</table>
<script src="scripts/general_util.js"></script>
</body>
</html>