Skip to main content

41 posts tagged with "Event"

View All Tags

Jen Wike Huger

Title: Modern Community Management: A lesson through acronym
Author: Jen Wike Huger
Date: November 2, 2022

Learning how to start and run open source community programs starts with m-a-i-n-t-a-i-n-e-r-s. In this talk, find out what each letter in this acronym means for you, whether you’re interested in the field, just getting started in your new role, or a season community manager looking for some new tips!

Source: All Things Open 2022

Link: https://2022.allthingsopen.org/sessions/2-for-1-the-secret-to-sustainable-open-source-create-your-open-source-project/

Nathaniel McCallum

Title: Unlocking the Cloud with Confidential Computing
Author: Nathaniel McCallum
Date: November 1, 2022

CPUs (and even GPUs) which support Confidential Computing are rapidly making inroads into the Cloud, unlocking the Cloud to organizations from sectors like healthcare and finance, who require greater assurances that their sensitive code and data are protected, and who have so far been unable to benefit from the Cloud’s many advantages.

In this session, we’ll define Confidential Computing, explain how process-based and VM-based TEEs (Trusted Execution Environments) differ, describe the importance of attestation, and explore existing and upcoming CPUs (and GPUs) that support Confidential Computing: from Intel’s SGX2 and TDX, AMD’s SEV-SNP, IBM’s PEF, Arm’s Realms, RISC-V’s Sanctum, to NVIDIA’s A100.

We’ll use Enarx, an open source project which is part of the Linux Foundation, to illustrate how Confidential Computing works, and we’ll showcase some examples to demonstrate why Confidential Computing is key to unlocking the Cloud’s true potential.

Source: All Things Open 2022

Link: https://2022.allthingsopen.org/sessions/unlocking-the-cloud-with-confidential-computing/

Jarkko Sakkinen

Title: State of Intel SGX in Linux
Author: Jarkko Sakkinen
Date: September 16, 2022

We go through the current state of the Intel SGX support in the Linux kernel and userland. The topics covered include the kernel interface and its features, and available confidential computing run-times supporting SGX. Since getting into the mainline kernel late 2020, the SGX software ecosystem has started to get mature enough for production, and is the only cloud-scale confidential computing technology fully in the mainline kernel so far.

Source: Linux Security Summit Europe 2022

Link: https://lsseu2022.sched.com/event/18f5s/state-of-intel-sgx-in-linux-jarkko-sakkinen-profian-inc

Mike Bursell

Title: Confidential Computing and Privacy-Enhancing Technologies - The Landscape
Author: Mike Bursell
Date: September 13, 2022

“If the cloud is just somebody else’s computer, then how can I trust my sensitive apps and data to it?” This question – which inhibits adoption of public cloud computing for many organizations in security-sensitive or highly regulated industries – finally has some answers, provided by a variety of technologies. This session covers the (TLA-laden) landscape of key technologies, from FHE (Fully Homomorphic Technologies) to TEEs (Trusted Execution Environments, the basis for Confidential Computing), and beyond. We will compare the various approaches, the underlying technologies, and the properties that they can offer to organizations working out how to manage the risks associated with deploying to the cloud, the Edge and beyond. We will also look at why open source is playing such an important role in some of the projects embracing these technologies, including a demo of a sensitive application using the Enarx project, an open source project which is part of the Confidential Computing Consortium (Linux Foundation). This talk does not require deep technical knowledge, though it will lead pointers. Nor will it try to paint any technology as “the answer”, but will provide some guidelines about which approaches may be best suited to your organization’s environment and requirements.

Source: Open Source Summit Europe 2022

Link: https://osseu2022.sched.com/event/15z7a/confidential-computing-and-privacy-enhancing-technologies-the-landscape-mike-bursell-profian

Richard Zak
Nick Vidal

Title: Cryptle: a secure multi-party Wordle clone with Enarx
Author: Richard Zak, Nick Vidal, Tom Dohrmann
Date: August 13, 2022

Wordle is a popular web-based game, where a single player has to guess a five-letter word in six attempts, with yellow/green colored titles shown as hints in each round, indicating letters that match with the secret word.

We’ve created an open source clone of Wordle called Cryptle, with the goal of demonstrating data encryption in use, where the processing of the data is done in a Trusted Execution Environment (TEE), and only accessible to the Cryptle application. Cryptle is similar to Wordle but one important difference is that it is multi-party and the secret words are suggested by the players themselves. Each player proposes words that are most likely to match those sent by others. The words are sent to the Cryptle application deployed and running in an Enarx Keep (a specific TEE instance) and are only revealed to the players when there’s a match between the secret words.

The standard way to engage with the game is for players to guess the secret words by playing Cryptle from the client side. However, we will also be allowing an alternative: players may write an open source application which runs with root privileges on the host side and attempts to derive or otherwise guess the secret words. Since Cryptle makes use of Confidential Computing, players shouldn't be able to read what's in memory, even with root access. We'll provide an overview of an exploit of Enarx and we'll explain how we were able to fix it. Attendees will be invited to find new vulnerabilities as part of the Cryptle Hack Challenge.

Source: DEFCON 2022

Link: https://defcon.org

Richard Zak
Nick Vidal

Title: Owned or pwned? No peekin' or tweakin'!
Author: Richard Zak, Nick Vidal
Date: August 12, 2022

The Cloud is just somebody else's computer. So when you run a workload on a cloud host, anyone who owns (or pwns) that system can peek or tweak the data or even the application itself. You have no confidentiality or integrity protection from your Cloud Service Provider, rogue sysadmins, or just anyone who compromises their machines.

But being pwned does not necessarily mean it’s endgame. Confidential Computing uses hardware-based Trusted Execution Environments to provide confidentiality and integrity even in the most vulnerable scenarios.

This session will define Confidential Computing at a technical level and discuss current and upcoming hardware that have support for it. Later, we’ll introduce Enarx, an open source Linux Foundation project, and present a live demo to showcase Confidential Computing in a system that has been “pwned.”

Source: DEFCON 2022

Link: https://defcon.org

Nathaniel McCallum

The Southern California Linux Expo (SCaLE) is an annual open source conference held in Los Angeles, California, since 2002.

Last weekend, Enarx co-founder Nathaniel McCallum gave two talks at SCaLE:

  • Confidential Computing: why it HAS to be open source
  • Wyrcan: the Container Bootloader Saga

Source: Enarx's Blog

Link: https://blog.enarx.dev/enarx-at-scale/

Nathaniel McCallum

Title: Wyrcan: the Container Bootloader Saga
Author: Nathaniel McCallum
Date: July 31, 2022

Wyrcan is a bootloader that boots into a container. That's all it does.

But of course, that's not the only thing that Wyrcan implies. Using Wyrcan to boot a container also means that you can use a tried and trusted software packaging ecosystem to have a bare-metal OS that is:

  • Stateless: Booting a container with Wyrcan means that nothing is installed on the disk. There is no state to manage except the state you put into your container. You never have to worry about whether packages are updated: you can schedule reboots to make sure you always have the latest OS. And if all your mounts of local storage are noexec, you can just reboot when compromised.
  • Memory-Resident: The full operating system is resident in RAM. That means it is fast. However, you can also set up swap in your container so that unused pages are written to disk, saving memory for your application.
  • Declarative: Your bare-metal operating system is developed using the same delarative tooling that you have come to expect from the container development pipeline. But your OS config in git. Host it in your favorite git forge (GitHub, GitLab, Bitbucket, etc). Build the images automatically. Host them in your favorite container repo.

Source: SCALE 19x 2022

Link: https://www.socallinuxexpo.org/scale/19x/presentations/wyrcan-container-bootloader-saga

Nathaniel McCallum

Title: Confidential Computing: why it HAS to be open source
Author: Nathaniel McCallum
Date: July 30, 2022

Confidential Computing is the use of hardware-based TEEs (e.g. Intel's SGX and AMD's SEV) to protect data and applications in use: that means that you can run workloads on a compromised or malicious system while still be assured that their confidentiality and integrity is protected. Setting this all up and deploying it is complex and has lots of moving parts. This session will discuss the core components, and look at the impact of who's running them, who supplied them, and whether they're open source. It will use the Enarx project (https://enarx.dev) as an example open source project to show what choices can be made to prioritise security and the importance of openness (in not just the code, but it's development) to the project and its success.

Source: SCALE 19x 2022

Link: https://www.socallinuxexpo.org/scale/19x/presentations/confidential-computing-why-it-has-be-open-source