您的位置: 首页 > 文章 > md5加密 md5加密 分类: 文章 • 2022-10-07 18:36:06 crypto模块: crypto模块:封装了一系列密码学相关的功能 下载该模块:npm install --save crypto 使用: crypto.createHash('md5').update(加密数据).digest('hex'); 示例: