Hacker News new | ask | show | jobs
by tedunangst 2833 days ago
And how does the hash of the DLL on some server relate to the content seen by users?
2 comments

I would assume the DLL is responsible for the output of the content seen by users.
In ASP.NET pretty much all output, including html and js is included in the DLL. Only external js files are left out. Sure they could hack them which means my solution isn't bulletproof but I could also produce a hash for them too.