Skip to content

Commit 363bb05

Browse files
committed
new home page + organization in js
1 parent f9e7c1a commit 363bb05

File tree

9 files changed

+13
-139
lines changed

9 files changed

+13
-139
lines changed

article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2><a href="article/olympiade.html" target="_blank">🇫🇷 Olympiades nationa
4242
<p>Ma correction d'un sujet d'olympiade organisé par le ministère de l'éducation.</p>
4343
</div>
4444

45-
<script src="script.js"></script>
45+
<script src="scripts/general_util.js"></script>
4646

4747
</body>
4848
</html>

forum.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1 class="page-title">Forum</h1>
4545
</p>
4646
</li>
4747

48-
<script src="script.js"></script>
48+
<script src="scripts/general_util.js"></script>
4949

5050
</body>
5151
</html>

index.html

Lines changed: 6 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<body>
1212
<header>
13-
<h1>ArchX blog Cryptography and stuff</h1>
13+
<h1>ArchX - Cryptography and computing</h1>
1414

1515
<!-- Toolbar -->
1616
<nav>
@@ -49,138 +49,14 @@ <h1>Welcome to archX !</h1>
4949
</p>
5050

5151
<p>
52-
You can find me on:
53-
<a href="https://github.com/Bl4omArchie" target="_blank">GitHub</a>,
54-
<a href="https://www.reddit.com/user/archie_bloom" target="_blank">reddit</a> and
55-
<a href="https://discord.com/invite/D2wGP62" target="_blank">discord</a>
52+
Contact me here :
53+
<a href="https://github.com/Bl4omArchie" target="_blank">GitHub</a>
54+
55+
<a href="https://discord.com/invite/D2wGP62" target="_blank">Discord</a>
5656
</p>
5757
</section>
5858

59-
<hr>
60-
61-
<!-- Book recommendation -->
62-
<h2>Recommandations:</h2>
63-
<h3>Practising platform for cryptography</h3>
64-
<ul>
65-
<li>
66-
<p><a href="https://cryptohack.org/" target="_blank">Cryptohack:</a> a user-friendly plateform for modern cryptography from scratch to advanced challenges. </p>
67-
</li>
68-
<li>
69-
<p><a href="https://cryptopals.com/" target="_blank">Cryptopals:</a> real-life challenge where you need to implement yourself the situation.</p>
70-
</li>
71-
<li>
72-
<p> <a href="https://mysterytwister.org/home/welcome/" target="_blank">MysteriTwister:</a> a cipher contest where you can solve cryptographic riddles
73-
(challenges) of different difficulty levels. The first level, you only need pen and paper, level two you
74-
need programming skills, level three extensive computing power is recommended and the fourth level is
75-
unsolved cipher. </p>
76-
</li>
77-
</ul>
78-
<hr>
79-
<h3>Quantum cryptography</h3>
80-
<ul>
81-
<li>
82-
<p>NIST PQ challenge: this is the contest for selecting the new post-quantum method. You can find new real
83-
cryptographic modules with source-code and readme: <a
84-
href="https://csrc.nist.gov/projects/post-quantum-cryptography" target="_blank">here</a></p>
85-
</li>
86-
87-
88-
<li>
89-
<p>Cirq: the Google's python library that simulate quantum computing: <a href="https://quantumai.google/cirq"
90-
target="_blank">here</a></p>
91-
</li>
92-
<li>
93-
<p>Algassert: an online tool that allow you to simulate quantum gate: <a href="https://algassert.com/quirk"
94-
target="_blank">here</a></p>
95-
</li>
96-
<li>
97-
<p>IBM's quantum gate online simulator: <a href="https://quantum-computing.ibm.com/composer/files/new"
98-
target="_blank">here</a></p>
99-
</li>
100-
</ul>
101-
<hr>
102-
<h3>Mathematics : </h3>
103-
<ul><!-- Mathematic-->
104-
<li>
105-
<p>Exo7, some french pdf about algebra and analysis (licence): <a href="http://exo7.emath.fr/index.html"
106-
target="_blank">here</a></p>
107-
</li>
108-
<li>
109-
<p>This is a dictionary of algorithms, algorithmic techniques, data structures, archetypal problems, and related
110-
definitions: <a href="https://xlinux.nist.gov/dads/" target="_blank">here</a></p>
111-
</li>
112-
<li>
113-
<p>Compute expert-level answers using Wolfram’s breakthrough algorithms, knowledgebase and AI technology: <a
114-
href="https://www.wolframalpha.com/" target="_blank">here</a></p>
115-
</li>
116-
</ul>
117-
<hr>
118-
<h3>Programmation: </h3>
119-
<ul><!-- Programmation-->
120-
121-
<li>
122-
<p>Rosetta Code: here you can find many implementation of task in all langages: <a
123-
href="https://rosettacode.org/wiki/Rosetta_Code">here</a></p>
124-
</li>
125-
<li>
126-
<p>Tutorial about Qiskit, the python library of IBM for quantul simulation. There is the season one, you find
127-
the second in their channel: <a
128-
href="https://www.youtube.com/watch?v=a1NZC5rqQD8&list=PLOFEBzvs-Vvp2xg9-POLJhQwtVktlYGbY"
129-
target="_blank">here</a></p>
130-
</li>
131-
<li>
132-
<p>Tutorial about Cirq, the python library of Google for quantul simulation: <a
133-
href="https://www.youtube.com/watch?v=16ZfkPRVf2w&pp=ugMICgJmchABGAE%3D" target="_blank">here</a></p>
134-
</li>
135-
<li>
136-
<p>Many free programming books (you can order the author a coffee !): <a href="https://books.goalkicker.com/"
137-
target="_blank">here</a></p>
138-
</li>
139-
<li>
140-
<p>🇫🇷 Playlist for many programming langage (python, C/C++, java...) in french: <a
141-
href="https://www.youtube.com/channel/UCS2e0hEJMhwd6bNscS60xTg" target="_blank">here</a></p>
142-
</li>
143-
<li>
144-
<p>🇫🇷 Rust tutorial: <a href="https://www.youtube.com/channel/UCyIwBvXeACRSVdeseFU1dEA" target="_blank">here</a>
145-
</p>
146-
</li>
147-
</ul>
148-
<hr>
149-
<h3>Cryptography/Mathematic video: </h3>
150-
<ul><!-- Cryptography and mathematic-->
151-
<li>
152-
<p>🇫🇷 Pr.Culture précieuse, video about math and cryptography: <a
153-
href="https://www.youtube.com/channel/UCC_Uk-ByD_o3ZvsvRvHlX-A/featured" target="_blank">here</a></p>
154-
</li>
155-
<li>
156-
<p>🇫🇷 Mickael Launay, video about mathematical tricks and courses: <a
157-
href="https://www.youtube.com/user/Micmaths" target="_blank">here</a></p>
158-
</li>
159-
<li>
160-
<p>🇫🇷 L'informateur, tutorial about cryptohraphy for beginner: <a
161-
href="https://www.youtube.com/channel/UCMzZh0q-rcd9yDEOTXAH90g" target="_blank">here</a></p>
162-
</li>
163-
<li>
164-
<p>🇫🇷 Science étonnante, great youtuber with some video about math but not only: <a
165-
href="https://www.youtube.com/user/ScienceEtonnante" target="_blank">here</a></p>
166-
</li>
167-
<li>
168-
<p>Complete introduction to cryptography: <a
169-
href="https://www.youtube.com/channel/UC1usFRN4LCMcfIV7UjHNuQg/videos" target="_blank">here</a></p>
170-
</li>
171-
<li>
172-
<p>Elliptic Curve course by Álvaro Lozano-Robledo: <a
173-
href="https://www.youtube.com/playlist?list=PLYpVTXjEi1oe1OeAllJpNhFoI4B7Ws8Yl" target="_blank">here</a>
174-
</p>
175-
</li>
176-
<li>
177-
<p>Numberphile, a youtube channel about numbers and mathematics. Videos by Brady Haran since 2011: <a
178-
href="https://www.youtube.com/c/numberphile/videos" target="_blank">here</a></p>
179-
</li>
180-
</ul>
181-
182-
<br/>
183-
<script src="script.js"></script>
59+
<script src="scripts/general_util.js"></script>
18460

18561
</body>
18662
</html>

news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Security, Hacking and Privacy</h3>
161161
</li>
162162
</ul>
163163

164-
<script src="script.js"></script>
164+
<script src="scripts/general_util.js"></script>
165165

166166
</body>
167167
</html>

open-source.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,10 @@ <h4>High Performance Computing</h4>
175175
is an open-access web book dedicated to the art and science of computing by Sergey Slotin. Its intended audience is everyone from performance engineers and practical algorithm researchers to undergraduate computer science students.
176176
</p>
177177
</li>
178-
179-
180178
</ul>
181179
</ul>
182180

183-
<script src="script.js"></script>
181+
<script src="scripts/general_util.js"></script>
184182

185183
</body>
186184
</html>

ressources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h2>Research tips</h2>
227227

228228
</table>
229229

230-
<script src="script.js"></script>
230+
<script src="scripts/general_util.js"></script>
231231

232232
</body>
233233
</html>
File renamed without changes.

test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ <h3>Quantum Computing</h3>
7676
<!-- Other sections... -->
7777

7878
</body>
79-
<script src="script.js"></script>
79+
<script src="scripts/general_util.js"></script>

write-up.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2><a href="https://bitsdeep.com/write-ups/fcsc-2021-write-ups-for-the-crypto-c
5757

5858
<h2><a href="https://jsur.in/posts/2021-08-29-cakectf-2021-writeups#party-ticket" target="_blank">CakeCTF 2021 Writeups</a> </h2> Nice write-up about coppersmith</p>
5959
</div>
60-
<script src="script.js"></script>
60+
<script src="scripts/general_util.js"></script>
6161

6262
</body>
6363
</html>

0 commit comments

Comments
 (0)