Unexpected hashing algorithm used in the recording checksum

Hi @franciscocastanheira ,

Upon further investigation, I learned that we use MD5 when the file needs to be uploaded in parts to the file server.

A formal request has been made to use the same checksum formula (ZOOM-587214).

Temp workaround: If the length of the token is equal to 32, please use the MD5 algorithm for verification. If the length of the token is equal to 64, please use the SHA256 algorithm for verification.

Does this help?