Need C# Coding for MD5 Algorithm...

Edward Elliott nobody at 127.0.0.1
Mon May 29 20:11:04 EDT 2006


Dennis Lee Bieber wrote:

> As for the algorithm... http://www.faqs.org/rfcs/rfc1321.html
> 
> Implement per that spec. It even includes a C-language
> implementation that you might be able to bastardize into C#

Please don't.  Crypto algorithms are hard enough to implement correctly as
it is.  Leave it to the experts and use a library.

-- 
Edward Elliott
UC Berkeley School of Law (Boalt Hall)
complangpython at eddeye dot net



More information about the Python-list mailing list