nodejs md5 字符串

crypto .createHash(‘md5’) .update(需要加密的字符串, ‘utf8’) .digest(‘hex’)