Result difference between hash code providers in .NET

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

Hi, what is the difference in result between the various hash code providers
in .NET? I can see that they are all returning numbers, but have no idea on
the differences between the algorithm.

Thanks

Tony
 
Tony said:
Hi, what is the difference in result between the various hash code providers
in .NET? I can see that they are all returning numbers, but have no idea on
the differences between the algorithm.

Do you mean such as MD5, SHA1 etc? If so, just do a google search for
those algorithms.
 
Back
Top