HasTEE: Programming Trusted Execution Environments with Haskell
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore a 27-minute conference talk from Haskell 2023 that introduces HasTEE, a domain-specific language embedded in Haskell for programming Trusted Execution Environments (TEEs). Learn how HasTEE addresses the challenges of TEE adoption by leveraging Haskell's type system to automatically partition applications and enforce Information Flow Control on confidential data. Discover the benefits of using higher-order functions, monads, and a restricted set of I/O operations to write standard Haskell applications for TEEs. Gain insights into the lightweight and simple implementation of HasTEE as a security library, avoiding modifications to GHC. Examine case studies demonstrating HasTEE's applicability in federated learning, encrypted password wallets, and differentially-private data clean rooms. Understand how HasTEE contributes to programming Intel SGX and ARM TrustZone environments, offering a more secure and efficient approach to developing security-critical applications in cloud and IoT contexts.
Syllabus
[Haskell'23] HasTEE: Programming Trusted Execution Environments with Haskell
Taught by
ACM SIGPLAN
Related Courses
IoT Product SecurityCybrary Trusted Execution Environments Meet the Blockchain
Simons Institute via YouTube Cache Side Channel Attack - Exploitability and Countermeasures
Black Hat via YouTube Confidential Computing in Cloud and Edge
RSA Conference via YouTube The Rise of Confidential Computing
RSA Conference via YouTube