ImageEn, unit iexUtils

IEHashString

IEHashString

Declaration

function IEHashString(const S: String; Algorithm: TIEHashAlgorithm): String;

Description

Return a hashed version of a string.

Example

hashedName := IEHashString( ImageEnView1.IO.Params.Filename, iehaSHA );

See Also

TIEHashStream
IEEncryptString
IEDecryptString