I\'m trying to generate a MD5 hash code in nodejs server to compare it with a php MD5 hash code with number type ex: md5(10), but in nodejs there\'s no way to g
md5(10)