Click to See Complete Forum and Search --> : compute hash value for a string


George2
April 10th, 2008, 09:23 PM
Hello everyone,


I am new to how to use C# to calculate hash value for a string. I want to check we normally use MD5CryptoServiceProvider.ComputeHash?

As described here?

http://support.microsoft.com/kb/307020/en-us


thanks in advance,
George

dglienna
April 10th, 2008, 09:30 PM
Sure, that's normal. You'd use the hash values in your code, not display them in a console.

George2
April 10th, 2008, 09:40 PM
Thanks dglienna,


Sure, that's normal. You'd use the hash values in your code, not display them in a console.


regards,
George