crypto md5 2018-01-04 本文已影响61人 漓漾li 前端基于crypto md5加密 var md5 = crypto.createHash('md5').update(data, 'utf-8').digest('hex');