How can I combine two MD5 hash values of a file together and output to one MD5 value?
I\'m using md5-file npm package to get md5 hash of a file.
md5-file
Thank