On Tue, Feb 22, 2000 at 10:49:11PM -0500, Evan Carew wrote:
> Is there any need for the MD4 message digest function in the openssl
> package? If so, let me know & I can submit the diffs.
Hello,
I'm developping a password cracker using libcrypto.a from openssl. The goal
isn't to have a fast password cracker as John the Ripper, but to document
the different algorithmes, their weaknesses and to show how easy it is to
develop such a piece of software when good libraries (as openssl) exist.
NTLM algorithm uses MD4 and I must have a md4 implementation in my sources.
MD5 and other algorithmes in openssl have asm optimized implementation so if
md4 could have such asm optimization it could be great because faster than
the standard C implementation.
I'm OK to test your md4 patches.
Denis Ducamp.
PS. The first alpha version will be released at 2nd millenium bug
(00/02/29). I'm looking for testers on different platforms : HPUX, AIX and
others. Send me an email if you are interested.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]