semedao,
There isn't anything in the System.Security.Cryptography namespace
that I can find. There is something in the System.Messaging namespace
when encrypting messages that are sent to message queues, and doesn't
expose that functionality.
The only thing I can think of is to use the Crypto API, as I am sure
it exposes the algorithm.
I assume you are doing this because you have a need to interact with
another application that is producing messages encrypted with MD4 and you
can't change that app. If you are developing an app from scratch, or you
can change the other app, you should change both to MD5 hash
implementations.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
semedao said:
Hi , someone know where there is MD4 imlpementation of HashAlgorithm ?