Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

MD5

 [1/12] from: ptretter::charter::net at: 13-Jul-2001 12:40


Anyone know if MD5 protocol will be developed for REBOL in the future? I seen some good sources at the unofficial MD5 website. http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html Paul Tretter

 [2/12] from: ryanc:iesco-dms at: 13-Jul-2001 10:55


I think a better question would be who can implement one in the fewest lines of code? Paul Tretter wrote:
> Anyone know if MD5 protocol will be developed for REBOL in the future? I seen some good sources at the unofficial MD5 website. > http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html
<<quoted lines omitted: 3>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400

 [3/12] from: deadzaphod:flyingparty at: 13-Jul-2001 13:13


Fewest lines of code to implement md5 in rebol? how about one... checksum/method anystring 'md5 - Cal

 [4/12] from: ptretter:charter at: 13-Jul-2001 15:21


Excellent! This means that I can go ahead an implement an MSN messenger clone completely done in REBOL! Paul Tretter

 [5/12] from: ptretter:charter at: 13-Jul-2001 15:28


I couldn't find documentation on that anywhere. Can you point me in the direction where this might be documented. I checked core.pdf and did not find the methods listed at all. Paul Tretter

 [6/12] from: deadzaphod:flyingparty at: 13-Jul-2001 13:33


I want a copy as soon as it's working! ;-)

 [7/12] from: ryanc:iesco-dms at: 13-Jul-2001 13:41


ha ha ha, very impressive Cal! Cal Dixon wrote:
> Fewest lines of code to implement md5 in rebol? how about one... > checksum/method anystring 'md5
<<quoted lines omitted: 42>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400

 [8/12] from: holger:rebol at: 13-Jul-2001 14:59


On Fri, Jul 13, 2001 at 03:28:37PM -0500, Paul Tretter wrote:
> I couldn't find documentation on that anywhere. Can you point me in the > direction where this might be documented. I checked core.pdf and did not > find the methods listed at all.
MD5 was added only recently. Currently the supported methods are MD5 and SHA1. -- Holger Kruse [holger--rebol--com]

 [9/12] from: etienne:alaurent:free at: 14-Jul-2001 1:15


I want a copy too ;-) Le ven, 13 jui 2001, vous avez écrit :

 [10/12] from: allenk:powerup:au at: 14-Jul-2001 11:13


----- Original Message ----- From: "Ryan Cole" <[ryanc--iesco-dms--com]> To: <[rebol-list--rebol--com]> Sent: Saturday, July 14, 2001 6:41 AM Subject: [REBOL] Re: MD5
> ha ha ha, very impressive Cal! > > Cal Dixon wrote: > > > Fewest lines of code to implement md5 in rebol? how about one... > > > > checksum/method anystring 'md5
sha1 is available to. checksum/method anystring 'sha1 Allen K

 [11/12] from: cybarite:sympatico:ca at: 13-Jul-2001 19:14


Nice!

 [12/12] from: ptretter:charter at: 13-Jul-2001 21:29


You'll get it Cal. ;-) Thanks for the help. Paul Tretter

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted