Is the result of a md5 hash consistant or server dependent?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-03-12T21:09:51Z Indexed on 2010/03/12 21:17 UTC
Read the original article Hit count: 425

Filed under:
|
|
|

I am doing a md5 hash, and just want to make sure the result of:

md5.ComputeHash(bytePassword);

Is consistent regardless of the server?

e.g. windows 2003/2008 and 32/64 bit etc.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#