I computed the hash in Python and the J602 version matches:
import hashlib
m = hashlib.md5()m.update('example')m.hexdigest()
gives:
'1a79a4d60de6718e8e5b326e338ae533'
 Also any number of online md5 checkers give the same result to J602.

> Date: Sat, 6 Sep 2014 08:21:59 -0500
> From: s...@caveconsulting.com
> To: programm...@jsoftware.com
> Subject: Re: [Jprogramming] md5 is not md5
> 
> Wow! I wonder which hash is the correct md5 hash? Where did the code for
> each of them come from?
> 
> Skip
> 
> Skip Cave
> Cave Consulting LLC
> 
> 
> On Sat, Sep 6, 2014 at 8:10 AM, Raul Miller <rauldmil...@gmail.com> wrote:
> 
> > j602:
> >
> >    load'convert/misc/md5'
> >    md5 'example'
> > 1a79a4d60de6718e8e5b326e338ae533
> >
> > j64-802:
> >
> >    load'convert/misc/md5'
> >    md5 'example'
> > 64a9df64d8defee229d86709a425ea7a
> >
> > This is a problem...
> >
> > ==
> > Raul
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

                                          
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to