System.Hash.THashMD5 Methods
From RAD Studio API Documentation
InheritedProtected
GetBlockSize public Returns the block size of this hash instance.
GetHashBytes public Creates a hash digest from the specified input value and returns the value of the created digest as bytes.
GetHashBytesFromFile public Creates a hash digest from the specified file and returns the value of the created digest as bytes.
GetHashSize public Returns the size of this hash instance.
GetHashString public Creates a hash digest from the provided input value and returns the value of the created digest as a hexadecimal String.
GetHashStringFromFile public Creates a hash digest from the specified file and returns the value of the created digest as a hexadecimal String.
GetHMACAsBytes public Returns the value of the HMAC-suitable hash digest as bytes.