Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

Third Party Serialization Library Within Enclave

IDZ_A_Intel
Employee
576 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
576 Views

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

0 Kudos
Reply