simple-sha256:生成SHA-256哈希(在Node和Browser中)

时间:2024-05-27 12:19:24
【文件属性】:

文件名称:simple-sha256:生成SHA-256哈希(在Node和Browser中)

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-27 12:19:24

nodejs javascript crypto hash sha-256

简单sha256 生成SHA-256哈希(在Node和Browser中) 在Node.js中,此程序包使用 。 在浏览器中,它使用 。 安装 npm install simple-sha256 用法 异步(返回Promise ): const sha256 = require ( 'simple-sha256' ) init ( ) async function init ( ) { const hash = await sha256 ( 'hey there' ) console . log ( hash ) // 74ef874a9fa69a86e091ea6dc2668047d7e102d518bebed19f8a3958f664e3da } 同步: const sha256 = require ( 'simple-sha256' ) console . log


【文件预览】:
simple-sha256-master
----.travis.yml(37B)
----browser.js(995B)
----index.js(340B)
----package.json(1KB)
----test()
--------basic.js(607B)
----LICENSE(1KB)
----.npmignore(18B)
----README.md(2KB)

网友评论