Fortanix Enclave development platform (EDP) is the preferred way to write Intel® SGX enclaves from scratch. Through EDP, developers can securely develop application using the Rust programming language. The Rust language, combined with Intel® SGX, makes the application secure from development vulnerabilities and outsider attacks.

Benefits of EDP

Compatible With Existing Rust Code
The Fortanix EDP is fully integrated with the Rust compiler. You'll be able to use new features in the compiler release immediately. Thanks to Rust's stability, old code will continue to work after upgrading your compiler.
Complete Security
Be secure with the Rust programming language. The code in secure enclaves is the most security-critical part of your application. Rust's advanced static analysis, built right into the compiler, makes it easy to have confidence in the security of your program.

Battle Tested
The EDP is what Fortanix uses in-house for various products, such as the award-winning Fortanix Data Security Manager (DSM). Our years of experience running secure enclaves in production have informed the design of the EDP to fit application developer's needs.

Ease Of Use
Rust EDP applications are just like native. Rust applications. As high-level primitives, such as networking, transport security, database drivers, etc. just work inside the enclave, it is very easy to get started writing microservices and web applications with EDP.
Frequently Ask Questions
An enclave is an area of execution that is protected by processor-based controls. Enclaves exist within the same context as their host application and have access to the same host application resources. Enclaves have been designed to only execute user-mode code. Any need to execute code at higher privilege levels requires leaving the enclave. Attempts by non-enclave code to read or write enclave memory are blocked by processor-level controls. Two enclaves belonging to the same or different applications can communicate with each other, provided they have established mutual trust. Intel® SGX provides capabilities to establish mutual trust.

