Navigation:  Reference > Functions By Category > MD5 Functions >

MD5 Functions - ready to use

Previous pageReturn to chapter overviewNext page

Ready to use MD5 functions:

 

This set of MD5 functions computes the MD5 algorithm in a single step

this means that the resulting MD5 cannot be updated by adding new content.

 

Computes MD5 from the provided string:

 

Str2Md5Hex(cStr)

Str2Md5Bin(cStr) 

 

Computes MD5 from the current position of hFile to the end of the file
( hFile can be also a pipe handle ):

 

HFile2Md5Hex(hFile)

HFile2Md5Bin(hFile) 

 

Computes MD5 from the provided file:

 

File2Md5Hex(cFileName)

File2Md5Bin(cFileName)