|
|
|
|
|
by hayley-patton
1291 days ago
|
|
Quoth one of the pages of the Secret Network <https://scrt.network/about/about-secret-network/>: > Every validator on Secret Network runs their code inside a TEE so no one—not even the nodes operating on the network—can access the information being decrypted and processed. How could one possibly verify that a secure enclave is being used? |
|
Obviously this assumes attacker can't extract TLS private key from the enclave. Nominally this is a central promise of SGX, but if you have some attack which allows you to read enclave's memory anyway, all of this falls apart. TFA discussess several attacks to this effect.
[1] SGX' threat model says CPU silicon is too complicated to extract this key even if you have physical access.