by jodoglevy on 2/11/14, 1:58 AM with 2 comments
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?
by grivkees on 2/11/14, 6:26 AM
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.
by aprescott on 2/11/14, 2:27 AM