Hello,

I have a static html web form that is processed by a VBScript on a server. The
VBScript sends the information a user submitted to a certain individual's
email. Lately, the individual has been receiving spam through the form. After
some research, I came to the conclusion that someone is altering the form. I
am trying to implement a MD5 Hash on the hidden fields on the form since that
is what is being changed.

My issue is that I don't know how to exactly implement the MD5 Hash. Any
information is helpful.