MD5
From SCAR Divi Manual
<func>function MD5(const s: AnsiString): AnsiString;</func>
SCAR Divi 3.11 > Current
This function hashes the string given by s using the MD5 hashing algorithm.
begin WriteLn(MD5('Hello World!')); end.
Output:
ed076287532e86365e841e92bfc50d8c