Name
MD5 -- calculate MD5 checksum of file (V5.0)
Synopsis
sum$ = MD5(f$)
Function
This function calculates the MD5 checksum of the file specified in f$ and returns it. The 128-bit checksum is returned as a string containing 16 hex digits.

If you want to compute the MD5 checksum of a string, use the MD5Str() function instead.

Inputs
f$
file whose checksum you want to have calculated
Results
sum$
MD5 checksum of file

Show TOC