I am quite new in using Intel SGX, I have a application which uses MySql Server. How can I integrate Intel SGX with Mysql server and how the architecture could be?
Integration of Intel SGX and MYsql server
173 views Asked by sama At
2
There are 2 answers
4
On
Is it limited to Intel SGX?
To integrate SGX with some libraries, some projects like Gramine and OpenEnclave would be good choices.
An example to run libsqlite.a library in OpenEnclave:
sqlite and the used package tool apkman.
If your use case requires performance, I strongly advise you against trying to shove an entire SQL service into an enclave. Some projects like Gramine make that easy, but in many cases the cost makes it not worth it.