Intel Confidential Computing
Discussion board focused on Intel Confidential Computing technologies and how they can protect data and AI security, privacy, and sovereignty.
1558 Discussions

Third Party Serialization Library Within Enclave

IDZ_A_Intel
Employee
2,125 Views

Hi, I'm trying to serialize sensitive data within the enclave so that information is not passed out of the enclave until it is serialized then sealed. But so far all of the libraries I've tried include streams and/or IO calls that are banned by SGX. Is there a serialization library that is known to work within an enclave so that I don't have to parse the data myself?

Thanks.

0 Kudos
1 Reply
Dvorak_d_
Beginner
2,125 Views

Never tried this yet, but the Avro library + SGX provided crypto should do the job, right?

0 Kudos
Reply