pull down to refresh
30 sats \ 5 replies \ @ek OP 20h \ on: Reverse Engineer OPA? security
I also think this is wrong:
ā #897466
Reproducible builds fix this. You can't verify the code that runs on a server but afaik, you can verify if the app you downloaded is what you would get if you build it yourself from the source code.
reply
reply
Yeah. Meaning the interesting thing from a privacy perspective that you'd hunt for in the source code is:
- What data does it collect?
- What data does it throw over the wire?
When I edit apks (always do) the main effort is replacing data collection stuff with stubs and removing callbacks to googly goog, bugsnag or other data brokers.
reply
I wonder if ideas from zero knowledge proofs can be used to verify what code a server is running without having to reveal the entire source code of the server. I'm talking way out of my league here, but it was just a thought.