I want to get 64 bit hash code of given string. How can i do that with fastest way ?
There is a ready method for get 32 bit hash code but i need 64 bit.
I am looking for only integer hashing. Not md5.
Thank you very much.
C# 4.0
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This code is from Code Project Article – Convert String to 64bit Integer