md5 addon doesn't work correctly on j64

gethash_jqtide_ 'md5';'abcdef609043'

000001dbbfa3a5c83a2d506429c7b00e

On Fri, Dec 4, 2015 at 12:03 PM, David Lambert <[email protected]> wrote:
> Test case in python and in j, am I misusing the j md5?
>
>    load'/usr/share/j/8.0.4/addons/convert/misc/md5.ijs'
>    md5'abcdef609043'
> a26563da313447e282c8212455525f33
>
>
>>>> import hashlib
>>>> hashlib.md5(b'abcdef609043')
> <md5 HASH object @ 0x7f6261e02d00>
>>>> hashlib.md5(b'abcdef609043').hexdigest()
> '000001dbbfa3a5c83a2d506429c7b00e'
>>>>
> ----------------------------------------------------------------------
> 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