One-Way Hash Problem
From: Jason Callas (JayCallas_at_hotmail.com)
Date: 06/10/04
- Next message: Harry Keck: "How can I get a client to easily trust an assembly?"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: pass credentials from one web site to another"
- Next in thread: Valery Pryamikov: "Re: One-Way Hash Problem"
- Reply: Valery Pryamikov: "Re: One-Way Hash Problem"
- Reply: Hernan de Lahitte: "Re: One-Way Hash Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 10 Jun 2004 13:17:30 -0400
I have two processes that listen for broadcast messages. When a given message hits the processes, a unique identity gets assigned to it. Since I want both copies of the message to have the same identity, I am thinking about using a one-way hash to computer the identity.
The problem I have when using the MD5CryptoServiceProvider class is that the hash value is 32 bits long. How can I get something that is smaller (lets say in the 10-16 bit area)?
Thanks,
Jason
- Next message: Harry Keck: "How can I get a client to easily trust an assembly?"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: pass credentials from one web site to another"
- Next in thread: Valery Pryamikov: "Re: One-Way Hash Problem"
- Reply: Valery Pryamikov: "Re: One-Way Hash Problem"
- Reply: Hernan de Lahitte: "Re: One-Way Hash Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]