Post
Topic
Board Development & Technical Discussion
Merits 3 from 2 users
Re: Proving software integrity using Trusted Execution Environment/ Secure enclave
by
n0nce
on 30/01/2022, 02:04:25 UTC
⭐ Merited by NotATether (2) ,ETFbitcoin (1)
Weeell, let's take a step back here. First of all, I don't understand what you are trying to prove. That when requesting data from some URL some certain reply comes back?
Even if you were to prove that, the API / backend could always change so you can only prove at most that it did return said data in a certain point in time.
You also don't really need to publish that on the blockchain, instead simply send the proof to the people interested in said proof and call it a day.

You're also correct in that proving ownership or knowledge of something can be easily done using Zero-Knowledge Proof algorithms and no secure element is needed for that.