I have a Windows forms application. I would like a checksum to be associated with the executable. Each time I run this I would like to verify this checksum. The aim is to be able to detect malicious attacks.
I am tempted to use md5 algorithm but I am not sure if this is the right approach.
Thanks, Srav