crypto-hash:微小的哈希模块,在Node.js和浏览器中使用本机加密API

时间:2024-02-25 06:50:29
【文件属性】:

文件名称:crypto-hash:微小的哈希模块,在Node.js和浏览器中使用本机加密API

文件大小:9KB

文件格式:ZIP

更新时间:2024-02-25 06:50:29

nodejs hashing browser crypto isomorphic

加密哈希 使用Node.js和浏览器中的本机加密API的小型哈希模块 在所有环境中都希望使用相同的哈希API时很有用。 我的猫称之为同构。 在Node.js中,它使用 ,而在浏览器中,它使用 。 浏览器的版本只有约300字节(压缩后压缩)。 在浏览器中使用时,它必须处于。 安装 $ npm install crypto-hash 用法 const { sha256 } = require ( 'crypto-hash' ) ; ( async ( ) => { console . log ( await sha256 ( ':unicorn_face:' ) ) ; //=> '5df82936cbf0864


【文件预览】:
crypto-hash-main
----browser.js(1KB)
----test-browser.js(1KB)
----index.js(2KB)
----test.js(2KB)
----package.json(982B)
----index.test-d.ts(831B)
----thread.js(521B)
----readme.md(2KB)
----.github()
--------funding.yml(113B)
--------workflows()
----license(1KB)
----index.d.ts(2KB)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论