This is an all-in-ARexx script to compute a MD5
message digest of a given string.
This script SHOULD work with all version of Rexx.
(Do what you want with it.)
Note: Doing MD5 digest in ARexx can be very slow,
expecially with long strings to hash. If you needs
a faster algorithm, pick one in its binary (executable)
form from Aminet.
(Sorry, I'm to lazy to write more documentation, but if
you need MD5, you should know what you do.)
New since 1.0: Remove a upper() function which might
not be supported by all version of Rexx.
A big thanks to Bernd Gollesch who helped me to make
the script run properly on Amiga.
For the story of this script, check on AmigaWorld.net:
http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=26007&forum=15
AmigaPhil
|