[algogeeks] Re: Fastest hashing algorithm?

2006-10-31 Thread Vijendra Singh
You can use SHA-1 or in fact any of the SHA family depending upon ur actual requirements. as of today, both MD-5 and SHA-1 stand compromised but might prove good enough for ur application. http://en.wikipedia.org/wiki/SHA-1-VijjuOn 10/31/06, howa [EMAIL PROTECTED] wrote: Requirements:A string,

[algogeeks] Re: Fastest hashing algorithm?

2006-10-31 Thread howa
Vijendra Singh 寫道: You can use SHA-1 or in fact any of the SHA family depending upon ur actual requirements. as of today, both MD-5 and SHA-1 stand compromised but might prove good enough for ur application. http://en.wikipedia.org/wiki/SHA-1 -Vijju On 10/31/06, howa [EMAIL PROTECTED]

[algogeeks] Re: Fastest hashing algorithm?

2006-10-31 Thread Vijendra Singh
Well, if speed is the only criteria, then MD5 is known to be 3-4 times faster than SHA family, so your can continue using MD-5.-VijjuOn 10/31/06, howa [EMAIL PROTECTED] wrote: Vijendra Singh 寫道: You can use SHA-1 or in fact any of the SHA family depending upon ur actual requirements. as of today,