Skip to content

Documentary on “Algorithmes – vers un monde manipulé” during 21st FIFDH Geneva

On Tuesday, 14 March 2023, a documentary by Dorothé Dörholt, entitled “Algorithmes – vers un monde manipulé” (sub-titles in English), will be shown at the EPFL in conference room SV 1717. Its projection is part of the 21st International Film Festival and Forum on Human Rights (FIFDH), held from 10-19 March 2023. C4DT’s Executive Director, Dr. Olivier Crochat, will participate in the post-projection panel discussion.

SSCC Online Workshop on Zero Trust

This online workshop is co-organized by the Swiss Support Center for Cybersecurity (SSCC) and the SWITCH Foundation (SWITCH), in collaboration with the Center for Digital Trust (C4DT) at EPFL and the Zurich Information Security Center (ZISC) at ETHZ.

Its goal is to shed light on different aspects of “Zero Trust”. Our speakers cover a wide range of expertise and present their views on and experience with “Zero Trust”. As it has been the case in previous workshops, we hope that the format allows for interesting interactions with the audience.

ADHes: Attacks and Defenses on FPGA-CPU Heterogeneous Systems

FPGAs are essential components in many computing systems. With conventional CPUs, FPGAs are deployed in various critical systems, such as wireless base stations, satellites, radars, electronic warfare platforms, and data centers. Both FPGAs and CPUs have security vulnerabilities; integrating them together presents new attack opportunities on both sides. In this project, we investigate the attacks made possible by closely integrating FPGAs with CPUs in heterogeneous computing platforms.

C4DT Conference on Software Supply Chain Security

March 30th, 2023, Swiss Tech Convention Center, EPFL The past two years saw a new vulnerability make headlines: software supply chains. Events such as the  SolarWinds and Kaseya cyberattacks or the discovery of the Log4j vulnerability forced organizations to reevaluate their cyber risk exposure. This one-day conference provides a platform for academia, government, business, NGOs (…)

Finance and Technology Conference 2023

April 26th, 2023, Starling Hotel, EPFL Decentralized Finance (DeFi) started out with the promise to disrupt the financial industry by removing third parties and centralized institutions from financial transactions and hence allowing consumers direct access to capital and financial services. Until now, however, DeFi’s disruptive forces have not manifested themselves purely favorably. In 2022 crypto (…)

Digital Governance Book Review: The Rise of the New Network Industries (2021)

Montero, Juan and Matthias Finger (2021). The Rise of the New Network Industries: Regulating Digital Platforms. New York & London: Routledge, 292 pages. By Melanie Kolbe-Guyot “The Rise of the New Network Industries – Regulating Digital Platforms” (2021), by Juan Montero and Matthias Finger, is an excellent resource on the rise and inner workings of digital platforms (…)

How to build Trust in Decentralized Finance?

For this year’s edition of the Finance & Technology Conference the Swiss Finance Institute (sfi) and the Center for Digital Trust (C4DT), EPFL are teaming up again to focus on Decentralized Finance (DeFi). The conference will be held on Thursday 26th of April at the Starling Hotel @ EPFL, Switzerland.

For more information and the agenda please click here.

UNIL Digiweek conference

Blockchain, smart contracts, cryptocurrencies, platforms, big data – new technologies are challenging lawyers. They must grasp the main social, economic and technical challenges of digitalisation and find the right legal instruments to react to the upheavals caused by digital technology. This is the perspective of the “Digitalisation Week”.

[FR] Journée de la protection des données 2023

A l’occasion de la Journée de la protection des données, la Faculté de droit, des sciences criminelles et d’administration publique de l’Université de Lausanne organise une conférence publique en collaboration avec le Préposé fédéral à la protection des données et à la transparence, le Centre universitaire d’informatique de l’Université de Genève et ThinkServices.

Mob programming – Adventofcode Day 12

During the month of December, Advent of Code passes out a new puzzle every day. The daily challenges are a fun way to learn new algorithms and getting to know new ways of programming. In our software engineering team we followed along at least the first half of the programming challenges and enjoyed discussing the solutions (…)

Software Supply Chain Security Conference 2023

The past two years saw a new vulnerability make headlines: software supply chains. Events such as the SolarWinds and Kaseya cyberattacks or the discovery of the Log4j vulnerability forced organizations to reevaluate their cyber risk exposure.

This one-day conference provides a platform for academia, government, business, NGOs and standard-setting bodies to shed light on software supply chain risks, outline persisting challenges, and discuss mitigation tactics, solutions, and best practices as well as emerging frameworks and standardization initiatives.

For more information click here.

eBPF: fast bytecode for the kernel

Why? Nowadays, Linux is deployed in many component of the network fabric. Your home NAT probably runs it, your datacenter’s router also. As it needs to handle incoming packet on gigabits links, the speed at which the system handles the packets becomes important. If you run your router in user-space, the kernel needs to read (…)

Finance and Technology Conference 2021

November 5th, 2021, Swiss Tech Convention Center, EPFL Distributed Ledger Technology has the potential to reshape the traditional financial system. An example is decentralized finance, which allows people to combine open-source building blocks into sophisticated financial products utilizing DLT. Central banks, as another example, face growing competition from private actors offering their own digital alternative (…)

C4DT Conference on Cyberattack Reporting Obligation

September 23rd, 2022, Starling Hotel, EPFL The Federal Council described cyberattacks as “a serious threat for Switzerland’s security and economy” and proposed a law for a reporting obligation for cyberattacks on critical infrastructures in its press release of January 12th 2022. These reports should allow the National Cybersecurity Centre (NCSC) to assess the threat situation (…)

Digital Governance Book Review: Cloud Empires (2022)

This installment of C4DT’s Digital Governance Book Review focuses on Vili Lehdonvirta’s 2022 book Cloud Empires. How Digital Platforms are Overtaking the State and how we can Regain Control Cambridge, Massachusetts: The MIT Press, 283 pages.

An acutely current and fascinating analysis of the adverse effects digital platforms have on our societies.
 
 

Revisiting Kademlia

For a side-project of mine I’m looking at Kademlia (Wikipedia), which is used in peer-to-peer (P2P) systems. One problem of P2P systems is that nodes come and go randomly. So it’s not easy to retrieve stored data. Where to store data? And then how to find it again? What happens if a node with the (…)

What is DevOps?

DevOps is rather a confusing term. Everyone uses it a lot and not everyone is able to define what it really means. Here are some thoughts of what our team think when we hear DevOps: CI/CD. Source-code, compilation. Kubernetes, Ops responsabilities. Automated tests. These are some good talking point, as they definitely have to be (…)

Developer skill matrix

Some time ago I read the developer skill matrix and thought it was very interesting. I put it in the infamous “Read later” bookmark folder, and actually came back to it! So last Monday, during our regular group catchup time, I presented this page. In fact every week one of us three engineers presents something (…)