Skip to content

Commit 2aeff31

Browse files
committed
many more publications and news source
1 parent 225ed20 commit 2aeff31

File tree

10 files changed

+86
-135
lines changed

10 files changed

+86
-135
lines changed

article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="forum.html">Forum</a>
1919
<a href="article.html">Articles</a>
2020
<a href="write-up.html">Write-up</a>
21-
<a href="books.html">Books</a>
21+
<a href="publications.html">Publications</a>
2222
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
2323
<span id="theme-icon">🌙</span>
2424
</button>

css/index.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ h3{
2020
p{
2121
font-size: 1.2em;
2222
}
23-
section{
24-
font-size: clamp(14px, 2vw, 18px);
23+
@media (min-width: 1700px) {
24+
body {
25+
font-size: 14px;
26+
}
27+
}
28+
29+
@media (min-width: 2500px) {
30+
body {
31+
font-size: 17px;
32+
}
2533
}
2634

2735
#dark-mode-toggle {

forum.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="forum.html">Forum</a>
1919
<a href="article.html">Articles</a>
2020
<a href="write-up.html">Write-up</a>
21-
<a href="books.html">Books</a>
21+
<a href="publications.html">Publications</a>
2222
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
2323
<span id="theme-icon">🌙</span>
2424
</button>
@@ -34,7 +34,11 @@ <h1 class="page-title">Forum</h1>
3434
<a href="https://www.reddit.com/r/crypto/" target="_blank">[Reddit] r/crypto</a> Reddit main sub for cryptography. You can ask questions, find recent plublished paper and chat with the community.
3535
</p>
3636
</li>
37-
37+
<li>
38+
<p>
39+
<a href="https://www.reddit.com/r/QuantumComputing/" target="_blank">[Reddit] r/QuantumComputing</a> Of course Reddit have its community for QC. Here you can find a lot of interesting ressources, ask questions and chat.
40+
</p>
41+
</li>
3842
<li>
3943
<p>
4044
<a href="https://discord.com/invite/h9E7cna5pV" target="_blank">[Discord] Cryptohack</a> A wonderful community of cryptographers, you can ask for help, follow the news, share memes and a lot more!

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>ArchX - Cryptography and computing</h1>
1919
<a href="forum.html">Forum</a>
2020
<a href="article.html">Articles</a>
2121
<a href="write-up.html">Write-up</a>
22-
<a href="books.html">Books</a>
22+
<a href="publications.html">Publications</a>
2323
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
2424
<span id="theme-icon">🌙</span>
2525
</button>

news.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="forum.html">Forum</a>
1919
<a href="article.html">Articles</a>
2020
<a href="write-up.html">Write-up</a>
21-
<a href="books.html">Books</a>
21+
<a href="publications.html">Publications</a>
2222
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
2323
<span id="theme-icon">🌙</span>
2424
</button>
@@ -35,7 +35,7 @@ <h1 class="page-title">News</h1>
3535
<button class="tag-filter" data-tag="default">Cryptography</button>
3636
<button class="tag-filter" data-tag="quantum computing">Quantum Computing</button>
3737
<button class="tag-filter" data-tag="ai">Artificial Intelligence</button>
38-
<button class="tag-filter" data-tag="cyber">Cyber-Security</button>
38+
<button class="tag-filter" data-tag="cyber">Cybersecurity</button>
3939
</section>
4040

4141
<section>
@@ -92,7 +92,8 @@ <h1 class="page-title">News</h1>
9292

9393
<li data-tags="all quantum computing">
9494
<p>
95-
<a href="https://www.reddit.com/r/QuantumComputing/" target="_blank">r/QuantumComputing</a> Of course Reddit have its community for QC. Here you can find a lot of interesting ressources, ask questions and chat.
95+
<a href="https://quantumpirates.substack.com/" target="_blank">Quantum Pirates</a>
96+
This wonderful website maintained by Sergio Gago offers weekly podcast and newsletter about quantum computing.
9697
</p>
9798

9899
</li>

open-source.html

Lines changed: 25 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="forum.html">Forum</a>
1919
<a href="article.html">Articles</a>
2020
<a href="write-up.html">Write-up</a>
21-
<a href="books.html">Books</a>
21+
<a href="publications.html">Publications</a>
2222
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
2323
<span id="theme-icon">🌙</span>
2424
</button>
@@ -33,9 +33,9 @@ <h1 class="page-title">Open source project</h1>
3333
<section id="tag-filter-section">
3434
<button class="tag-filter" data-tag="all">All</button>
3535
<button class="tag-filter" data-tag="default">Cryptography</button>
36-
<button class="tag-filter" data-tag="prog">Programmation</button>
36+
<button class="tag-filter" data-tag="hpc">High Performance Computing</button>
3737
<button class="tag-filter" data-tag="ai">Artificial Intelligence</button>
38-
<button class="tag-filter" data-tag="cyber">Cyber-Security</button>
38+
<button class="tag-filter" data-tag="cyber">Cybersecurity</button>
3939
</section>
4040

4141
<section>
@@ -91,9 +91,9 @@ <h1 class="page-title">Open source project</h1>
9191
</li>
9292
<li data-tags="all cyber">
9393
<p>
94-
<a href="https://github.com/PiRogueToolSuite" target="_blank">PiRogueToolSuite</a>
95-
is an open-source consensual digital forensic analysis and incident response solution. The project consists of an open-source tool suite that provides a comprehensive mobile device forensics and network traffic analysis platform targeting mobile devices, both for Android and iOS.
96-
You have two main tools: PiRogue, a RaspberryPI analyzing network traffic in real time and Colander, an incident response and knowledge management platform.
94+
<a href="https://www.stratosphereips.org/" target="_blank">Stratosphere lab</a>
95+
This amazing Czech laboratory publishes various of content such as dataset, tools, white papers all around the theme of detecting malicious connexion in a network.
96+
Their website is very wide and you have plenty of things to discover.
9797
</p>
9898
</li>
9999

@@ -156,39 +156,25 @@ <h1 class="page-title">Open source project</h1>
156156
</ul>
157157

158158
<ul>
159-
<h4>Web Programmation</h4>
160-
<ul>
161-
<li data-tags="all prog">
162-
<p>
163-
<a href="https://tauri.app/" target="_blank">Tauri</a>
164-
is a framework for building tiny and fast binaries for cross-platform desktop application. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.
165-
Tauri is an alternative to Electron and have the benefit to not be based on Chromium.
166-
</p>
167-
</li>
168-
</ul>
169-
170-
<h4>High Performance Computing</h4>
171-
<ul>
172-
<li data-tags="all prog">
173-
<p>
174-
<a href="https://github.com/HigherOrderCO/Bend" target="_blank">Bend language</a>
175-
A promising high-level, massively parallel programming language. Bend have the particularity to parallelize automatically every single mathematical operation allowing you to exploit 100% of your GPU without having to handle thread creation, locks, mutexes, or atomics.
176-
Bend is cross-platform, available on WSL2 and can support 10000 concurrent thread. Only Nvidia's GPU are supported for the moment.
177-
</p>
178-
</li>
179-
<li data-tags="all prog">
180-
<p>
181-
<a href=" https://en.algorithmica.org/hpc/" target="_blank">Algorithmica</a>
182-
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.
183-
</p>
184-
</li>
185-
<li data-tags="all prog">
186-
<p>
187-
<a href="https://github.com/simdjson/simdjson" target="_blank">SimdJson</a>
188-
Created by Daniel Lemire, SimdJson is tool parsing gigabytes of JSON per second. Used by Facebook/Meta Velox, the Node.js runtime and dozen of other real world usage, this tool is certainly one of the fastet in the world for json parsing.
189-
</p>
190-
</li>
191-
</ul>
159+
<li data-tags="all hpc">
160+
<p>
161+
<a href="https://github.com/HigherOrderCO/Bend" target="_blank">Bend language</a>
162+
A promising high-level, massively parallel programming language. Bend have the particularity to parallelize automatically every single mathematical operation allowing you to exploit 100% of your GPU without having to handle thread creation, locks, mutexes, or atomics.
163+
Bend is cross-platform, available on WSL2 and can support 10000 concurrent thread. Only Nvidia's GPU are supported for the moment.
164+
</p>
165+
</li>
166+
<li data-tags="all hpc">
167+
<p>
168+
<a href=" https://en.algorithmica.org/hpc/" target="_blank">Algorithmica</a>
169+
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.
170+
</p>
171+
</li>
172+
<li data-tags="all hpc">
173+
<p>
174+
<a href="https://github.com/simdjson/simdjson" target="_blank">SimdJson</a>
175+
Created by Daniel Lemire, SimdJson is tool parsing gigabytes of JSON per second. Used by Facebook/Meta Velox, the Node.js runtime and dozen of other real world usage, this tool is certainly one of the fastet in the world for json parsing.
176+
</p>
177+
</li>
192178
</ul>
193179
</section>
194180

books.html renamed to publications.html

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="forum.html">Forum</a>
1818
<a href="article.html">Articles</a>
1919
<a href="write-up.html">Write-up</a>
20-
<a href="books.html">Books</a>
20+
<a href="publications.html">Publications</a>
2121
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
2222
<span id="theme-icon">🌙</span>
2323
</button>
@@ -33,6 +33,7 @@ <h1 class="page-title">Books</h1>
3333
<button class="tag-filter" data-tag="all">All</button>
3434
<button class="tag-filter" data-tag="default">Cryptography</button>
3535
<button class="tag-filter" data-tag="qc">Quantum computing</button>
36+
<button class="tag-filter" data-tag="cyber">Cybersecurity</button>
3637
<button class="tag-filter" data-tag="math">Mathematics</button>
3738
<button class="tag-filter" data-tag="nist">NIST standard</button>
3839
</section>
@@ -45,7 +46,7 @@ <h1 class="page-title">Books</h1>
4546
Interesting book for beginner in cryptography. Talk about classic, modern and quantum cryptography with
4647
example of application in python or golang. Every thing is pretty easy to understand and it give you a
4748
really good overview of cryptography <br/>
48-
Author: Jean-Philippe Aumasson - 2018.
49+
<strong>Author: Jean-Philippe Aumasson - 2018.</strong>
4950
</p>
5051
</li>
5152
<li data-tags="all default math">
@@ -55,7 +56,7 @@ <h1 class="page-title">Books</h1>
5556
key cryptography. Our main focus is mathematics. We put mathematical precision and
5657
rigour ahead of generality, practical issues in real-world cryptography, or algorithmic
5758
optimality. <br/>
58-
Author: Steven Galbraith - 2012.
59+
<strong>Author: Steven Galbraith - 2012.</strong>
5960
</p>
6061
</li>
6162
<li data-tags="all default math">
@@ -66,7 +67,14 @@ <h1 class="page-title">Books</h1>
6667
Detailed introduction to lattices and lattice based cryptography. Provides an entry for graduate students
6768
into an active field of research. Includes exercises and examples at the end of each section. A standard
6869
reference for researchers in the field. May be implemented in a classroom setting or independent study <br/>
69-
Author: Hoffstein, Jeffrey, Pipher, Jill, Silverman, J.H.
70+
<strong>Authors: Hoffstein, Jeffrey, Pipher, Jill, Silverman, J.H.</strong>
71+
</p>
72+
</li>
73+
<li data-tags="all default">
74+
<p>
75+
<a href="https://www.schneier.com/wp-content/uploads/2015/12/fortuna.pdf" target="_blank">Cryptography Engineering Design Principles and Practical Applications</a>
76+
Chapter 9 about generating randomness and the implementation of Fortuna PRNG.<br/>
77+
<strong>Authors : Niels Ferguson - Bruce Schneier - Tadayoshi Kohno</strong>
7078
</p>
7179
</li>
7280
<li data-tags="all math">
@@ -94,7 +102,24 @@ <h1 class="page-title">Books</h1>
94102
around deep techs and, in particular, quantum technologies. He brings them a 360° understanding of
95103
scientific,
96104
technology, marketing as well as ecosystems development.<br/>
97-
Author: Olivier Ezratty - 2024.
105+
<strong>Author: Olivier Ezratty</strong>
106+
</p>
107+
</li>
108+
</ul>
109+
110+
<ul>
111+
<li data-tags="all cyber">
112+
<p>
113+
<a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC9601406/pdf/entropy-24-01503.pdf" target="_blank">Comparison of Entropy Calculation Methods for Ransomware Encrypted File Identification</a> <br/>
114+
This paper present several methods of entropy calculation in order to detect if the file has been encrypted or not. It is a very precious work for malware detection which is a very sensitive field. <br/>
115+
<strong>Authors : Simon R. Davies - Richard Macfarlane - William J. Buchanan - 2022</strong>
116+
</p>
117+
</li>
118+
<li data-tags="all cyber">
119+
<p>
120+
<a href="https://scispace.com/pdf/an-advanced-quantum-entropy-based-ransomware-detection-7frizpwm4qb4.pdf" target="_blank">An Advanced Quantum-Entropy Based Ransomware Detection Mechanism</a>
121+
Another paper about malware detection but this time with a new method based on quantum entropy. It proposed a new algorithm called QEDD.
122+
<strong>Eric Mazunin - Ronald Bishop - Elizabeth Carter - Lawrence Knight - 2024</strong>
98123
</p>
99124
</li>
100125
</ul>
@@ -121,7 +146,13 @@ <h1 class="page-title">Books</h1>
121146
<li data-tags="all nist">
122147
<p>
123148
<a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197.pdf" target="_blank">Announcing the ADVANCED ENCRYPTION STANDARD (AES)</a>
124-
FIPS approved standard for the The Advanced Encryption Standard (AES) cryptographic algorithm
149+
FIPS approved standard for the The Advanced Encryption Standard (AES) cryptographic algorithm.
150+
</p>
151+
</li>
152+
<li data-tags="all nist">
153+
<p>
154+
<a href="https://www.nist.gov/news-events/news/2024/08/nist-releases-first-3-finalized-post-quantum-encryption-standards" target="_blank">NIST Releases First 3 Finalized Post-Quantum Encryption Standards</a>
155+
This page leads to the first three pulication of the NIST for Post-Quantum encryption standards. You can read about Module-Lattice-Based Digital Signature Standard, Key encapsulation and stateless hash-based DSA.
125156
</p>
126157
</li>
127158
</ul>

scripts/general_util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ document.querySelectorAll('.tag-filter').forEach(button => {
117117
targetH3.scrollIntoView({ behavior: 'smooth' });
118118
}
119119
});
120-
});
120+
});

test.html

Lines changed: 0 additions & 79 deletions
This file was deleted.

write-up.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="forum.html">Forum</a>
1919
<a href="article.html">Articles</a>
2020
<a href="write-up.html">Write-up</a>
21-
<a href="books.html">Books</a>
21+
<a href="publications.html">Publications</a>
2222
<button id="dark-mode-toggle" class="btn" style="background: none; border: none; cursor: pointer; font-size: 1.5em;">
2323
<span id="theme-icon">🌙</span>
2424
</button>

0 commit comments

Comments
 (0)