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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top