Icon ComputeHash Method

function ComputeHash(AHashType: TEWBHashType; const Value:
      AnsiString): String

Use this method to compute a cryptographic hash for the string input parameter. The hash type parameter determines the type of computed hash that is returned, and the return value is a hexadecimal string containing the computed hash.
Image