Getting hash code from a dll

carpe2

Freshman
Joined
Jan 16, 2004
Messages
42
Location
Spain
Hi,

I have an application and I want to add some security to it. I don´t know if it´s possible to use a dll from my application and make dinamically some sort of hash code of this dll in order to detect if somebody has changed some lines of code or the dll itself. I would have this hash in the server to be compared with the hash the client sends.

Thanks in advance.
 
Back
Top