strmd5 Scol 5.x or above required
signs a character string using MD5 algorythm.
Prototype :
fun [S] S
Return : S the result or nil if error.
Error :
- EOK if no error.
- EARGNIL if the argument is nil.
- EVM if a memory error occurs. The VM will exit and more informations
could be found in the log file (if activated in the debug mode level).
See also :
_filemd5
Hashs section
Example :