hash-cache-node:使用透明缓存创建字符串哈希

时间:2024-07-09 06:38:51
【文件属性】:

文件名称:hash-cache-node:使用透明缓存创建字符串哈希

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-09 06:38:51

JavaScript

背景 我想要一个可以用 MD5 哈希字符串命名事物的库。 它会要求很多相同的散列,而且它需要很快。 用法 var Hache = require ( 'hache' ) ; var hache = new Hache ( 'md5' ) ; var hash = hache . encode ( 'randomString' ) ; //generates var hashFromCache = hache . encode ( 'randomString' ) ; //serves from memory 假设 你只想要字符串


【文件预览】:
hash-cache-node-master
----.gitignore(587B)
----package.json(617B)
----LICENSE(1KB)
----index.js(536B)
----spec()
--------MainSpec.js(526B)
--------support()
----README.md(404B)

网友评论