GenerateMD5KeyPrim
procedure GenerateMD5KeyPrim (var Key: TKey; const Str : string);
GenerateMD5KeyPrim produces a Key by applying the MD5 hash to the string passed as Str
The routine is case sensitive.
This routine is defined in the OnGuard unit. (as of 1.15 this routine has been moved to the OgUtil unit)