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 [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography |
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: [hidden email] > [mailto:[hidden email]] On Behalf Of > [hidden email] > Sent: Tuesday, March 04, 2008 4:04 PM > To: [hidden email] > 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 > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography _______________________________________________ Cryptography mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography |
Hi Ron!
Quoting Ron Teitelbaum <[hidden email]>: > 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 [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography |
Well thank you very much!!
Ron > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf Of > [hidden email] > Sent: Tuesday, March 04, 2008 7:59 PM > To: [hidden email] > Cc: 'Cryptography Team Development List' > Subject: RE: [Cryptography Team] MD5 plugin > > Hi Ron! > > Quoting Ron Teitelbaum <[hidden email]>: > > > 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 > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography _______________________________________________ Cryptography mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography |
Free forum by Nabble | Edit this page |