#intel-sgx #sgx-sdk #confidential-computing #applications #write #during #integrity

sgx_tprotected_fs

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language

10 stable releases

1.1.1 Apr 2, 2020
1.1.0 Dec 19, 2019
1.0.9 Sep 16, 2019
1.0.8 Jun 11, 2019
0.9.8 Mar 27, 2018

#1551 in Hardware support

Download history 4/week @ 2023-12-17 4/week @ 2023-12-24 1/week @ 2024-02-04 15/week @ 2024-02-11 4/week @ 2024-02-18 73/week @ 2024-02-25 19/week @ 2024-03-03 22/week @ 2024-03-10 21/week @ 2024-03-17

135 downloads per month
Used in 7 crates (via sgx_tstd)

Custom license

88KB
1.5K SLoC

Note

Please visit our homepage for usage. Thanks!


lib.rs:

Intel Protected File System Library

Intel Protected File System Library provides protected files API for Intel SGX enclaves. With this API, the files are encrypted and saved on the untrusted disk during a write operation, and they are verified for confidentiality and integrity during a read operation.

Dependencies