apache / incubator-teaclave-sgx-sdk

Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK.
https://teaclave.apache.org
Apache License 2.0
1.15k stars 260 forks source link

trust-computing webapplication on the cloud #110

Open bradyjoestar opened 5 years ago

bradyjoestar commented 5 years ago

With mio and kvdb being supported on the sgx, we could easily develop a small trust-computing webapplication on the cloud. Users will accessed it over tls.

It's performance may not as better as the mainstream server, but it's a good start for data privacy and trust-computing.

I would like to develop it when the kvdb-rocksdb was imported into rust-sgx-sdk(#103 ). :smile:

dingelish commented 5 years ago

I can't wait!