首页 Node.js核心模块手册

参数说明


createHash(algorithm)
algorithm      字符串        指定散列算法

返回值:hash算法对象

hash算法对象


方法 描述
update() 创建摘要
digest() 输出摘要

示例