MD5FileFingerprint()

Syntax

Result$ = MD5FileFingerprint(Filename$ [, Offset [, Length]])
Description
Returns a 32 characters long MD5 (Message Digest 5) hash code for the specified file.

Parameters

FileName$ The file of which the fingerprint should be calculated.
Offset (optional) The offset (in bytes) from the start of the file to begin the checksum calculation.
Length (optional) The length (in bytes) to use for the checksum calculation.

Return value

Returns the hash code if the calculation was successful. If the file isn't found or an error has happened, the result will be empty.

Remarks

See MD5Fingerprint() for more information on the MD5 algorithm.

See Also

MD5Fingerprint(), ExamineMD5Fingerprint(), SHA1FileFingerprint(), CRC32FileFingerprint()

Supported OS

All

<- IsFingerprint() - Cipher Index - MD5Fingerprint() ->