Problem
I have node.js module that is using crypto.createHash to generate md5 hash.
crypto.createHash
md5
Recently I noticed that hash g
Just like mark this issue in github: https://github.com/nodejs/node/issues/6813 is about the default encoding for digests that was changed to utf8 in v5/v6 and in v4 and earlier it was binary
utf8
binary