Ask HN: Prove a web site is using its open source repository
1 points| jodoglevy | 12 years ago
I know with client software they can use a checksum to check this, but is there some way to do this for a web site?
1 points| jodoglevy | 12 years ago
I know with client software they can use a checksum to check this, but is there some way to do this for a web site?
grivkees|12 years ago
The only other way you could find a hash of the code running on the server is if you asked the service, but in that case the service could always just lie. Even if you did some sort of challenge response that could only be answered with having the public source code and hashing it with a nonce, you could just provide the public source to your malicious binary, and it would respond as it wished.
aprescott|12 years ago