md5

Syntax

md5(X)

Arguments

X is a string scalar/vector.

Details

Create an MD5 hash from STRING. The result is of data type INT128.

Examples

$ a=md5(`e`f);
$ a;
[e1671797c52e15f763380b45e841ec32,8fa14cdd754f91cc6554c9e71929cce7]

$ typestr(a);
INT128