Skip to content

Latest commit

 

History

History
217 lines (160 loc) · 10.5 KB

README.md

File metadata and controls

217 lines (160 loc) · 10.5 KB

Decent Framework

A wiki repo for Decent Framework, a framework for building secure distributed applications with enclaves.

Primary Projects

(Ordered from most recent to oldest)

Publish/Subscribe system (Decentagram)

These are the implementations for the paper Decentagram: Highly-Available Decentralized Publish/Subscribe Systems

The paper can also be accessed via https://dsn2024uq.github.io/Proceedings/pdfs/DSN2024-6rvE3SSpzFYmysif75Dkid/410500a274/410500a274.pdf

Total Eclipse Detection

These are implementations for the paper Total Eclipse of the Enclave: Detecting Eclipse Attacks from Inside TEEs

Remote Attestation (DecentRA)

Enables mutual remote attestation between different enclave components

These are implementations for the paper Secure Distributed Applications the Decent Way

Decent Enclave Library

  • DecentEnclave
    • This is the new repo replacing the decent-ra-api of the DecentRA project
    • All utility and helper classes and functions have been separated out from the decent-ra-api and became individual libraries and repos mentioned in this documentation
    • DecentEnclave is now only focusing on the foundational functionalities of the Decent Enclave framework
    • Git Repo: https://github.com/zhenghaven/DecentEnclave

Utility Libraries

Forked Libraries