8. Calculate MD5

[<<<] [>>>]

Calculate the MD5 value of a string

  q = t::MD5("string")

Note that the return value is a 16 byte binary strig thus do not try to print it without first converting to some printable string.


[<<<] [>>>]