forked from laurens/fediversity_website
Toevoeging van talks aan nj2022
This commit is contained in:
parent
48671d21e5
commit
9f0e265c01
|
@ -143,10 +143,12 @@ event_schedule:
|
|||
talk:
|
||||
speaker: Andreas Hülsing
|
||||
title: "An update on NIST's PQC standardization process"
|
||||
link: talks/andreas-hulsing-an-update-on-nists-pqc-standardization-process/
|
||||
- column:
|
||||
talk:
|
||||
speaker: Kris Buytaert
|
||||
title: Help My Datacenter is On Fire
|
||||
link: talks/kris-buytaert-help-my-datacenter-is-on-fire/
|
||||
- row:
|
||||
columns:
|
||||
- column:
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
categories:
|
||||
date: 2022-11-29T20:31:43+02:00
|
||||
description:
|
||||
layout: event-talk
|
||||
slug:
|
||||
tags:
|
||||
title: "Andreas Hülsing - An update on NIST's PQC standardization process"
|
||||
speakers:
|
||||
- andreas-hulsing
|
||||
presentation:
|
||||
filename: 2022-11-29-andreas-hulsing-an-update-on-nists-pqc-standardization-process.pdf
|
||||
recording:
|
||||
platform: youtube
|
||||
url: https://www.youtube.com/watch?v=xaEP29OZR3U
|
||||
---
|
||||
|
||||
## Abstract
|
||||
|
||||
In this talk I will give an overview of the current situation regarding the selection and standardization of post-quantum cryptography. I will discuss the schemes selected by NIST, the schemes that moved to round 4, as well as recent and upcoming events on the topic. Finally, I will discuss which topics I think are next in the area of post-quantum cryptography.
|
||||
|
||||
## Biography
|
||||
|
||||
I am assistant professor for provable security in the Coding Theory and Cryptology group at Eindhoven University of Technology (TU/e). Me and my research group are currently supported by NWO under the Vidi grant “A solid theory for post-quantum cryptography”. Besides, I am collaborating in the Formosa project to produce machine-checked proofs for high-assurance cryptographic software. My research focuses on post-quantum cryptography – cryptography that resists quantum computer-aided attacks. My works range from theoretical works, like how to model quantum attacks or formal security arguments in post-quantum security models, to applied works, like the analysis of side-channel attacks or the development of efficient hash-based signature schemes. In many of my works I try to combine the theoretical and the applied perspective. This is especially reflected in my work on standardizing post-quantum cryptography. To learn more about my research, have a look at [my homepage](https://huelsing.net).
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
categories:
|
||||
date: 2022-11-29T20:31:43+02:00
|
||||
description:
|
||||
layout: event-talk
|
||||
slug:
|
||||
tags:
|
||||
title: "Kris Buytaert - Help My Datacenter is On Fire"
|
||||
speakers:
|
||||
- kris-buytaert
|
||||
presentation:
|
||||
filename: 2022-11-29-kris-buytaert-help-my-datacenter-is-on-fire.pdf
|
||||
recording:
|
||||
platform: youtube
|
||||
url: https://www.youtube.com/watch?v=99dGW1Ou0Dk
|
||||
---
|
||||
|
||||
## Abstract
|
||||
|
||||
Most people will claim that this never happens, others hope it never happens, but it happened, and it was not just the 1 datacenter that got impacted, but the whole campus of the provider that got powered down. This talk will explain how our customers survived this outage, how our culture, opensource tooling and automation saved the da(y,ta). A talk about disaster recovery, business continuity plans and building cloud agnostic stacks that survive disasters.
|
||||
|
||||
## Biography
|
||||
|
||||
Kris Buytaert is a long time Linux and Open Source Consultant. He's one of instigators of the devops movement, currently working for Inuits
|
||||
|
||||
He is frequently speaking at, or organizing different international conferences and has written about the same subjects in different Books, Papers and Articles
|
||||
|
||||
He spends most of his time working on bridging the gap between developers and operations with a strong focus on High Availability, Scalability , Virtualisation and Large Infrastructure Management projects hence trying to build infrastructures that can survive the 10th floor test, better known today as the cloud while actively promoting the devops idea !
|
||||
|
||||
His blog can be found at ["Everything is a Freaking DNS Problem"](http://www.krisbuytaert.be/blog/)
|
Reference in a new issue