FoxCrypto
SET LIBRARY TO FoxCrypto.
lcStr = "Some string"
lcMD5bin = MD5(lcStr)
lcMD5hex = HexEncoder(lcMD5bin,.T.)
? lcMD5hex