MD5

From SCAR Divi Manual
Revision as of 19:47, 26 June 2011 by Freddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

function MD5(const s: AnsiString): AnsiString;

Availability

SCAR Divi 3.11 > Current

Description

This function hashes the string given by s using the MD5 hashing algorithm.

Example

begin
  WriteLn(MD5('Hello World!'));
end.

Output:

ed076287532e86365e841e92bfc50d8c

See Also