Hacker News new | ask | show | jobs
by elorant 2827 days ago
I have. I deploy in ASP.NET and get a hash of the uploaded DLL. I check it twice a day. Never had any incidents to this day but as the saying goes, it's better to be safe than sorry.
1 comments

And how does the hash of the DLL on some server relate to the content seen by users?
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.