I'm trying to generate an MD5 with the DIGEST function - really simple
program - and I'm getting a return status of 1.  What's wrong with this?

RESULT = ''
STATUS = DIGEST('MD5','THIS IS A TEST',1,RESULT)
PRINT 'STATUS = ' : STATUS
PRINT 'RESULT = ' : OCONV(RESULT,'MX')

Status is always coming back as a 1 which according to the documentation
means "Unsupported Digest Algorithm" yet the documentation for DIGEST()
specifically states to use "MD5" as the first parameter.  What am I
missing?  Is there some separate installation that needs to be done to load
digest algorithms on this system?

-Kevin
http://www.PrecisOnline.com
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to