Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please I need MD4 algorithm code
Posted
Updated 6-Jun-10 22:13pm
v2

Here you go[^]. If you need a good library for cryptographic schemes in C++, I'd suggest you the Crypto++[^] library. :)
 
Share this answer
 
Anyway the MD4 algorythm is obsolete, consider using the MD5, or one of the SHA family algorithms. The Crypto++ library[^] implements all of them.
 
Share this answer
 
Ron Rivest was co-author of a book on Algorithms in the early 90s that described MD4. It should be available from any good technical library.

It's called: "Introduction to Algorithms, Third Edition" by Cormen, Leiserson, Rivest and Stein.

Failing that look in RFC 1320, it's got all the details you could want, and then some.

Cheers,

Ash

PS: You really don't want to use it, it's been compromised so many times it's not funny.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900