MD5FileFingerprint()

语法

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

参数

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.

返回值

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.

参阅

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

已支持操作系统

所有

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