First release of compiled 3ds max tools (currently only containing a max script extension featuring MD5 hash functions).
Hash Features:
KP_Hash_GetMD5 [string] [isFilename]
If isFilename is false, the function returns a MD5 hash value of the string parameter, if isFilename is true it returns a MD5 hash of the file indicated by the string parameter.
KP_Hash_CompareFiles [filename1] [filename2]
Compares the MD5 hash values of the files indicated by filename1 and filename2 and returns true if the values are equal and false otherwise. Note that if the files do not exist it returns false as well.