MD5 plugin

View: New views
4 Messages — Rating Filter:   Alert me  

MD5 plugin

by Levente Uzonyi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

I've written a simple MD5 plugin and integrated it into the current  
cryptography package.
The mcz file and a precompiled plugin for win32 is available here:  
http://leves.web.elte.hu/md5/
The package also contains a bugfix for the MD5 hash function. Hope you  
like it.

Cheers,
Levente

_______________________________________________
Cryptography mailing list
Cryptography@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography

RE: MD5 plugin

by Ron Teitelbaum :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Levente,

This looks great!  Thank you.  What bug did you find?

You understand that by releasing this in the Cryptography repository that
you are releasing it using the MIT License?

So when can you do SHA256?  :)

Ron Teitelbaum
Squeak Cryptography Team Leader

> -----Original Message-----
> From: cryptography-bounces@...
> [mailto:cryptography-bounces@...] On Behalf Of
> leves@...
> Sent: Tuesday, March 04, 2008 4:04 PM
> To: cryptography@...
> Subject: [Cryptography Team] MD5 plugin
>
> Hi!
>
> I've written a simple MD5 plugin and integrated it into the current
> cryptography package.
> The mcz file and a precompiled plugin for win32 is available here:
> http://leves.web.elte.hu/md5/
> The package also contains a bugfix for the MD5 hash function. Hope you
> like it.
>
> Cheers,
> Levente
>
> _______________________________________________
> Cryptography mailing list
> Cryptography@...
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography

_______________________________________________
Cryptography mailing list
Cryptography@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography

RE: MD5 plugin

by Levente Uzonyi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ron!

Quoting Ron Teitelbaum <Ron@...>:

> Hi Levente,
>
> This looks great!  Thank you.  What bug did you find?
>

For the empty string the result was '0123456789abcdeffedcba9876543210'  
instead of 'd41d8cd98f00b204e9800998ecf8427e' with the following code:  
(MD5 hashMessage: '') hex asLowercase.

> You understand that by releasing this in the Cryptography repository that
> you are releasing it using the MIT License?
>

Of course. :)

> So when can you do SHA256?  :)
>

As soon as I need a faster implementation for it. :)


Levente


_______________________________________________
Cryptography mailing list
Cryptography@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography

RE: MD5 plugin

by Ron Teitelbaum :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well thank you very much!!

Ron

> -----Original Message-----
> From: cryptography-bounces@...
> [mailto:cryptography-bounces@...] On Behalf Of
> leves@...
> Sent: Tuesday, March 04, 2008 7:59 PM
> To: Ron@...
> Cc: 'Cryptography Team Development List'
> Subject: RE: [Cryptography Team] MD5 plugin
>
> Hi Ron!
>
> Quoting Ron Teitelbaum <Ron@...>:
>
> > Hi Levente,
> >
> > This looks great!  Thank you.  What bug did you find?
> >
>
> For the empty string the result was '0123456789abcdeffedcba9876543210'
> instead of 'd41d8cd98f00b204e9800998ecf8427e' with the following code:
> (MD5 hashMessage: '') hex asLowercase.
>
> > You understand that by releasing this in the Cryptography repository
> that
> > you are releasing it using the MIT License?
> >
>
> Of course. :)
>
> > So when can you do SHA256?  :)
> >
>
> As soon as I need a faster implementation for it. :)
>
>
> Levente
>
>
> _______________________________________________
> Cryptography mailing list
> Cryptography@...
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography

_______________________________________________
Cryptography mailing list
Cryptography@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography