-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
758 lines (665 loc) · 43.6 KB
/
index.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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preconnect" href="https://rsms.me/">
<link rel="preload" href="https://rsms.me/inter/font-files/Inter-SemiBold.woff2?v=4.0" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://rsms.me/inter/font-files/Inter-Regular.woff2?v=4.0" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://rsms.me/inter/font-files/Inter-Medium.woff2?v=4.0" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://rsms.me/inter/font-files/InterVariable.woff2?v=4.0" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link href="/feeds/atom.xml" type="application/atom+xml" rel="alternate" title="All articles Atom feed" />
<link href="/feeds/rss.xml" type="application/rss+xml" rel="alternate" title="All articles RSS feed" />
<meta name="description" content="tome.one is Nils Amiet's blog. Nils writes about useful tools, solutions to
technical problems and sometimes opinions on tech, with a focus on security.">
<title>tome.one</title>
<!-- JS files -->
<script src="./theme/tabler/js/tabler.min.js?1692870487" defer></script>
<script src="https://instant.page/5.2.0" type="module"
integrity="sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"></script>
<!-- CSS files -->
<link href="./theme/tabler/css/tabler.min.css?1692870487" rel="stylesheet">
<link href="./theme/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./theme/tipuesearch/tipuesearch.css">
<link rel="stylesheet" type="text/css"
href="./theme/pygments/monokai.css">
<link rel="shortcut icon" href="https://tome.one/theme/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://tome.one/theme/img/favicon.ico" type="image/x-icon">
<style>
:root {
--tblr-font-sans-serif: Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
font-feature-settings: "cv03", "cv04", "cv11";
}
</style>
</head>
<body>
<div class="page">
<!-- Sidebar -->
<aside class="navbar navbar-vertical navbar-left navbar-expand-lg">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#sidebar-menu"
aria-controls="sidebar-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<h1 class="navbar-brand navbar-brand-autodark">
<a href="/" class="text-decoration-none">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-books" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M5 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z"/>
<path d="M9 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z"/>
<path d="M5 8h4"/>
<path d="M9 16h4"/>
<path d="M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041z"/>
<path d="M14 9l4 -1"/>
<path d="M16 16l3.923 -.98"/>
</svg>
tome.one
</a>
</h1>
<div class="collapse navbar-collapse" id="sidebar-menu">
<ul class="navbar-nav pt-lg-3">
<li class="nav-item ">
<a class="nav-link" href="./pages/about.html">
<span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-question-mark" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round"><path stroke="none"
d="M0 0h24v24H0z"
fill="none"/><path
d="M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4"/><path
d="M12 19l0 .01"/></svg>
</span>
<span class="nav-link-title">
About
</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./pages/conferences.html">
<span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-plane"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path
d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3z"/></svg>
</span>
<span class="nav-link-title">
Conferences
</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./pages/links.html">
<span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path
d="M9 15l6 -6"/><path
d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464"/><path
d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463"/></svg>
</span>
<span class="nav-link-title">
Links
</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./pages/projects.html">
<span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tool"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path
d="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5"/></svg>
</span>
<span class="nav-link-title">
Projects
</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./pages/publications.html">
<span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-book"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path
d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0"/><path
d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0"/><path d="M3 6l0 13"/><path
d="M12 6l0 13"/><path d="M21 6l0 13"/></svg>
</span>
<span class="nav-link-title">
Publications
</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./pages/talks.html">
<span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-speakerphone" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round"><path stroke="none"
d="M0 0h24v24H0z"
fill="none"/><path
d="M18 8a3 3 0 0 1 0 6"/><path
d="M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5"/><path
d="M12 8h0l4.524 -3.77a.9 .9 0 0 1 1.476 .692v12.156a.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8"/></svg>
</span>
<span class="nav-link-title">
Talks
</span>
</a>
</li>
<li>
<div class="hr-text">
<span>Archives</span>
</div>
</li>
<li class="nav-item ">
<a class="nav-link" href="./archives.html">
<span class="nav-link-icon d-md-none d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-archive"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none"
d="M0 0h24v24H0z"
fill="none"/><path
d="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z"/><path
d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10"/><path d="M10 12l4 0"/></svg>
</span>
<span class="nav-link-title">
Posts
</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./categories.html">
<span class="nav-link-icon d-md-none d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-category"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none"
d="M0 0h24v24H0z"
fill="none"/><path
d="M4 4h6v6h-6z"/><path d="M14 4h6v6h-6z"/><path d="M4 14h6v6h-6z"/><path
d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"/></svg>
</span>
<span class="nav-link-title">
Categories
</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./tags.html">
<span class="nav-link-icon d-md-none d-lg-inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tag"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none"
d="M0 0h24v24H0z"
fill="none"/><path
d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"/><path
d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z"/></svg>
</span>
<span class="nav-link-title">
Tags
</span>
</a>
</li>
</ul>
</div>
</div>
</aside>
<div class="page-wrapper">
<!-- Page header -->
<div class="page-header d-print-none">
<div class="container-narrow">
<div class="row g-2 align-items-center">
<div class="col">
<!-- Page pre-title -->
<div class="page-pretitle">
tome.one
</div>
<h1>Latest Articles</h1>
</div>
</div>
</div>
</div>
<div class="container-narrow">
<div class="row ms-auto align-items-center">
<div class="col-auto pt-3 align-items-start">
<a class="text-black px-2 ps-0 text-decoration-none" target="_blank"
href="https://github.com/amietn">
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-brand-github" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5"/>
</svg>
</a>
<a class="text-black px-2 text-decoration-none" target="_blank" href="https://twitter.com/tmlxs">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 4l11.733 16h4.267l-11.733 -16z"/>
<path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"/>
</svg>
</a>
<a class="text-black px-2 text-decoration-none" target="_blank"
href="https://www.linkedin.com/in/nilsamiet">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-linkedin"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"/>
<path d="M8 11l0 5"/>
<path d="M8 8l0 .01"/>
<path d="M12 16l0 -5"/>
<path d="M16 16v-3a2 2 0 0 0 -4 0"/>
</svg>
</a>
</div>
<div class="col-auto ms-auto pt-3">
<form action="/search" method="get" autocomplete="off" novalidate=""
onsubmit="return (this.elements['q'].value.length > 0)">
<div class="input-icon">
<span class="input-icon-addon">
<!-- Download SVG icon from http://tabler-icons.io/i/search -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path
d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0"></path><path d="M21 21l-6 -6"></path></svg>
</span>
<input id="searchbox" name="q" type="text" value=""
class="form-control"
placeholder="Search…"
aria-label="Search in website">
</div>
</form>
</div>
</div>
</div>
<!-- Page body -->
<div class="page-body">
<div class="container-narrow">
<div class="row row-deck row-cards mb-4">
<div class="col-sm-12 col-lg-12">
<div class="card border-primary">
<div class="card-body">
<div class="row align-items-center">
<div class="col-auto">
<span class="bg-azure text-white avatar">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-home"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none"
d="M0 0h24v24H0z"
fill="none"/><path
d="M5 12l-2 0l9 -9l9 9l-2 0"/><path
d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"/><path
d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"/></svg>
</span>
</div>
<div class="col index-article-summary">
Welcome to my blog.
I mainly write about tools I find useful and solutions to technical problems.
Sometimes I share opinions and describe how I use some tech.
Use the navigation bar to learn more about my work, presentations and projects.
Latest articles I wrote are below. <a href="/pages/about.html">More about me</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row row-deck row-cards">
<div class="col-sm-12 col-lg-12">
<div class="card">
<div class="card-body">
<h1 class="index-article-title"><a
href="./passkeys-and-security-key-shopping-guide.html">Passkeys and Security Key Shopping Guide</a></h1>
<div class="index-article-header">
<span>
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-calendar-month" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"/>
<path d="M16 3v4"/>
<path d="M8 3v4"/>
<path d="M4 11h16"/>
<path d="M7 14h.013"/>
<path d="M10.01 14h.005"/>
<path d="M13.01 14h.005"/>
<path d="M16.015 14h.005"/>
<path d="M13.015 17h.005"/>
<path d="M7.01 17h.005"/>
<path d="M10.01 17h.005"/>
</svg>
<span class="text-secondary">
Wed 03 January 2024
</span> •
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user"
width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0"/>
<path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"/>
</svg>
<span><a href="/pages/about.html">Nils Amiet</a></span>
</span>
<p class="mt-1">
<a class="badge bg-azure text-white"
href="./tag/security-keys.html">security-keys</a>
<a class="badge bg-azure text-white"
href="./tag/passkeys.html">passkeys</a>
<a class="badge bg-azure text-white"
href="./tag/passwordless.html">passwordless</a>
</p>
</div>
<div class="index-article-summary">
<p>User authentication has long been relying on passwords.
However, passwords come with a ton of problems.
They're hard to remember, they can be reused across websites and services and are sensitive to phishing and data leaks.
Also, password policies are a major pain point for users.</p>
<p>Password managers solve the …</p>
<br>
<a class="btn" href="./passkeys-and-security-key-shopping-guide.html">
Continue reading</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-12">
<div class="card">
<div class="card-body">
<h1 class="index-article-title"><a
href="./new-blog-layout.html">New blog layout</a></h1>
<div class="index-article-header">
<span>
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-calendar-month" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"/>
<path d="M16 3v4"/>
<path d="M8 3v4"/>
<path d="M4 11h16"/>
<path d="M7 14h.013"/>
<path d="M10.01 14h.005"/>
<path d="M13.01 14h.005"/>
<path d="M16.015 14h.005"/>
<path d="M13.015 17h.005"/>
<path d="M7.01 17h.005"/>
<path d="M10.01 17h.005"/>
</svg>
<span class="text-secondary">
Mon 18 December 2023
</span> •
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user"
width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0"/>
<path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"/>
</svg>
<span><a href="/pages/about.html">Nils Amiet</a></span>
</span>
<p class="mt-1">
<a class="badge bg-azure text-white"
href="./tag/blog.html">blog</a>
<a class="badge bg-azure text-white"
href="./tag/webdev.html">webdev</a>
</p>
</div>
<div class="index-article-summary">
<p>You may have noticed that the blog's visual look changed.
I spent some time upgrading its looks and built a new Pelican theme based on <a href="https://github.com/tabler/tabler">Tabler</a>.
I love Tabler. I have used it to build a prototype recently. It just looks good
by default and it comes with a ton …</p>
<br>
<a class="btn" href="./new-blog-layout.html">
Continue reading</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-12">
<div class="card">
<div class="card-body">
<h1 class="index-article-title"><a
href="./2022-research.html">2022 research</a></h1>
<div class="index-article-header">
<span>
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-calendar-month" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"/>
<path d="M16 3v4"/>
<path d="M8 3v4"/>
<path d="M4 11h16"/>
<path d="M7 14h.013"/>
<path d="M10.01 14h.005"/>
<path d="M13.01 14h.005"/>
<path d="M16.015 14h.005"/>
<path d="M13.015 17h.005"/>
<path d="M7.01 17h.005"/>
<path d="M10.01 17h.005"/>
</svg>
<span class="text-secondary">
Sun 30 October 2022
</span> •
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user"
width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0"/>
<path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"/>
</svg>
<span><a href="/pages/about.html">Nils Amiet</a></span>
</span>
<p class="mt-1">
<a class="badge bg-azure text-white"
href="./tag/talks.html">talks</a>
<a class="badge bg-azure text-white"
href="./tag/gpg.html">gpg</a>
<a class="badge bg-azure text-white"
href="./tag/smart-home.html">smart-home</a>
<a class="badge bg-azure text-white"
href="./tag/sstic.html">sstic</a>
<a class="badge bg-azure text-white"
href="./tag/nullcon.html">nullcon</a>
<a class="badge bg-azure text-white"
href="./tag/mch2022.html">mch2022</a>
<a class="badge bg-azure text-white"
href="./tag/blackalps.html">blackalps</a>
</p>
</div>
<div class="index-article-summary">
<p>By the end of this year, I will have given <a href="./pages/talks.html">four talks</a> this year.</p>
<p>I did some research on GnuPG (GPG) memory forensics with my colleague Sylvain Pelissier and presented that research
at Nullcon Berlin 2022 in April, and then at SSTIC2022 in June.</p>
<p>I also did some research on …</p>
<br>
<a class="btn" href="./2022-research.html">
Continue reading</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-12">
<div class="card">
<div class="card-body">
<h1 class="index-article-title"><a
href="./virtual-talks.html">Virtual talks</a></h1>
<div class="index-article-header">
<span>
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-calendar-month" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"/>
<path d="M16 3v4"/>
<path d="M8 3v4"/>
<path d="M4 11h16"/>
<path d="M7 14h.013"/>
<path d="M10.01 14h.005"/>
<path d="M13.01 14h.005"/>
<path d="M16.015 14h.005"/>
<path d="M13.015 17h.005"/>
<path d="M7.01 17h.005"/>
<path d="M10.01 17h.005"/>
</svg>
<span class="text-secondary">
Sat 04 September 2021
</span> •
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user"
width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0"/>
<path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"/>
</svg>
<span><a href="/pages/about.html">Nils Amiet</a></span>
</span>
<p class="mt-1">
<a class="badge bg-azure text-white"
href="./tag/talks.html">talks</a>
<a class="badge bg-azure text-white"
href="./tag/pass-the-salt.html">pass-the-salt</a>
<a class="badge bg-azure text-white"
href="./tag/fido2.html">fido2</a>
<a class="badge bg-azure text-white"
href="./tag/oram.html">oram</a>
</p>
</div>
<div class="index-article-summary">
<p>I gave <a href="./pages/talks.html">two talks</a>, lately.
One was about replacing passwords with FIDO2 password authentication at Pass the SALT 2020.</p>
<p>I gave the other one with my colleague Tommmaso.
It was about an open source Oblivious RAM filesystem prototype I wrote in Rust, called <a href="https://github.com/kudelskisecurity/oramfs">oramfs</a>.</p>
<br>
<a class="btn" href="./virtual-talks.html">
Continue reading</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-12">
<div class="card">
<div class="card-body">
<h1 class="index-article-title"><a
href="./blackalps19-blockchain-vulnerabilities-and-exploitation-in-practice-workshop.html">BlackAlps19 Blockchain vulnerabilities and exploitation in practice workshop</a></h1>
<div class="index-article-header">
<span>
<svg xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-calendar-month" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"/>
<path d="M16 3v4"/>
<path d="M8 3v4"/>
<path d="M4 11h16"/>
<path d="M7 14h.013"/>
<path d="M10.01 14h.005"/>
<path d="M13.01 14h.005"/>
<path d="M16.015 14h.005"/>
<path d="M13.015 17h.005"/>
<path d="M7.01 17h.005"/>
<path d="M10.01 17h.005"/>
</svg>
<span class="text-secondary">
Thu 07 November 2019
</span> •
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user"
width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0"/>
<path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"/>
</svg>
<span><a href="/pages/about.html">Nils Amiet</a></span>
</span>
<p class="mt-1">
<a class="badge bg-azure text-white"
href="./tag/talks.html">talks</a>
<a class="badge bg-azure text-white"
href="./tag/blackalps.html">blackalps</a>
<a class="badge bg-azure text-white"
href="./tag/blockchain.html">blockchain</a>
<a class="badge bg-azure text-white"
href="./tag/ethereum.html">ethereum</a>
<a class="badge bg-azure text-white"
href="./tag/fumblechain.html">fumblechain</a>
</p>
</div>
<div class="index-article-summary">
<p>I gave a 3-hour workshop about blockchain vulnerabilities and exploitation in practice at BlackAlps19 in Yverdon, Switzerland today.</p>
<p>Here are the slides: <a href="./slides/amiet-blackalps19-blockchain-workshop.pdf">blackalps19-blockchain-workshop.pdf</a></p>
<br>
<a class="btn" href="./blackalps19-blockchain-vulnerabilities-and-exploitation-in-practice-workshop.html">
Continue reading</a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-transparent d-print-none">
<div class="container-xl">
<div class="row text-center align-items-center flex-row-reverse">
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
<a class="btn float-right" href="./index2.html">
Next page
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M5 12l14 0"/>
<path d="M13 18l6 -6"/>
<path d="M13 6l6 6"/>
</svg>
</a>
<p class="center">Page 1 / 3</p>
</div>
</div>
</div>
</footer>
</div>
</div>
</div>
</div>
</body>
</html>