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

Is it possible to derive the sealing key with sgx_get_key()?

sarodh_u_
Beginner
481 Views

Can the sgx_get_key() be used to derive the same MRSIGNER sealing key used in sgx_seal_data()?

0 Kudos
1 Reply
Juan_d_Intel
Employee
481 Views

Of course, sgx_seal_data() calls sgx_get_key() passing the appropriate key request.

See https://github.com/01org/linux-sgx/blob/master/sdk/tseal/tSeal_internal.cpp, line 67.

0 Kudos
Reply